Html Css Color HEX #D47121 Chocolate

📋 copy color: '#D47121'

red 212 ◦ green 113 ◦ blue 33

#D47121
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chocolate #D47121

Tints of Chocolate #D47121

RGB

 RED value IS 212 (83.2% from 255) = 59.22%

 GREEN value IS 113 (44.53% from 255) = 31.56%

 BLUE value IS 33 (13.28% from 255) = 9.22%

R = 59.22%
G = 31.56%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.84

 K value IS 0.17

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D47121 (or 0xD47121) is known color: Chocolate. HEX triplet: D4, 71 and 21. RGB value is (212,113,33). Sum of RGB (Red+Green+Blue) = 212+113+33=358 (47% of max value = 765). Red value is 212 (83.20% from 255 or 59.22% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 33 (13.28% from 255 or 9.22% from 358); Max value from RGB is 212 - color contains mainly: red. Hex color #D47121 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D47121 is #2B8EDE. Grayscale: #858585. Windows color (decimal): -2854623 or 2191828. OLE color: 2191828.

HSL color Cylindrical-coordinate representation of color #D47121: hue angle of 26.82º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D47121 is Cyan = 0, Magento = 0.47, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 113 33 -
CMYK 0 0.47 0.84 0.17
HSL 26.82º 0.73% 0.48% -
HSV(B) 26.82º 0.84% 0.83% -
XYZ 33.33 25.92 4.68 -
YUV 133.48 71.3 184 -
System Red Green Blue C M Y K H S L
Decimal 212 113 33 0 0.47 0.84 0.17 26.82 0.73 0.48
Hex D4 71 21 0 2F 54 11 1B 49 30
Octal 324 161 41 0 57 124 21 33 111 60
Binary 11010100 1110001 100001 0 101111 1010100 10001 11011 1001001 110000

Color Harmonies of #D47121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D47121

Black with #D47121

Text Example


Text Example

White with #D47121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D47121; }

 p { color: rgb(212,113,33); }

 H1.HeaderClassName
 {
   color: #D47121;
 }
 .AnyTagClassName
 {
   color: #D47121;
 }
</style>

background-color css

<style>
 a { background-color: #D47121; }

 a { background-color: rgb(212,113,33); }

 div.DivClassName
 {
   background-color: #D47121;
 }
 .BgClassName
 {
   background-color: #D47121;
 }
</style>

border-color css

<style>
 span { border-color: #D47121; }

 span { border-color: rgb(212,113,33); }

 td.TdClassName
 {
   border-color: #D47121;
 }
 .TagClassName
 {
   border-color: #D47121;
 }
</style>