Html Css Color HEX #D07212 Chocolate

📋 copy color: '#D07212'

red 208 ◦ green 114 ◦ blue 18

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

Shades of Chocolate #D07212

Tints of Chocolate #D07212

RGB

 RED value IS 208 (81.64% from 255) = 61.18%

 GREEN value IS 114 (44.92% from 255) = 33.53%

 BLUE value IS 18 (7.42% from 255) = 5.29%

R = 61.18%
G = 33.53%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07212 (or 0xD07212) is known color: Chocolate. HEX triplet: D0, 72 and 12. RGB value is (208,114,18). Sum of RGB (Red+Green+Blue) = 208+114+18=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 114 (44.92% from 255 or 33.53% from 340); Blue value is 18 (7.42% from 255 or 5.29% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D07212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07212 is #2F8DED. Grayscale: #838383. Windows color (decimal): -3116526 or 1209040. OLE color: 1209040.

HSL color Cylindrical-coordinate representation of color #D07212: hue angle of 30.32º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D07212 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 114 18 -
CMYK 0 0.45 0.91 0.18
HSL 30.32º 0.84% 0.44% -
HSV(B) 30.32º 0.91% 0.82% -
XYZ 32.14 25.49 3.8 -
YUV 131.16 64.14 182.81 -
System Red Green Blue C M Y K H S L
Decimal 208 114 18 0 0.45 0.91 0.18 30.32 0.84 0.44
Hex D0 72 12 0 2D 5B 12 1E 54 2C
Octal 320 162 22 0 55 133 22 36 124 54
Binary 11010000 1110010 10010 0 101101 1011011 10010 11110 1010100 101100

Color Harmonies of #D07212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07212

Black with #D07212

Text Example


Text Example

White with #D07212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07212; }

 p { color: rgb(208,114,18); }

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

background-color css

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

 a { background-color: rgb(208,114,18); }

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

border-color css

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

 span { border-color: rgb(208,114,18); }

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