Html Css Color HEX #D07012 Chocolate

📋 copy color: '#D07012'

red 208 ◦ green 112 ◦ blue 18

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

Shades of Chocolate #D07012

Tints of Chocolate #D07012

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

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

R = 61.54%
G = 33.14%
B = 5.33%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D07012 (or 0xD07012) is known color: Chocolate. HEX triplet: D0, 70 and 12. RGB value is (208,112,18). Sum of RGB (Red+Green+Blue) = 208+112+18=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 18 (7.42% from 255 or 5.33% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D07012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D07012 is #2F8FED. Grayscale: #828282. Windows color (decimal): -3117038 or 1208528. OLE color: 1208528.

HSL color Cylindrical-coordinate representation of color #D07012: hue angle of 29.68º 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 #D07012 is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 112 18 -
CMYK 0 0.46 0.91 0.18
HSL 29.68º 0.84% 0.44% -
HSV(B) 29.68º 0.91% 0.82% -
XYZ 31.92 25.04 3.72 -
YUV 129.99 64.8 183.64 -
System Red Green Blue C M Y K H S L
Decimal 208 112 18 0 0.46 0.91 0.18 29.68 0.84 0.44
Hex D0 70 12 0 2E 5B 12 1E 54 2C
Octal 320 160 22 0 56 133 22 36 124 54
Binary 11010000 1110000 10010 0 101110 1011011 10010 11110 1010100 101100

Color Harmonies of #D07012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D07012

Black with #D07012

Text Example


Text Example

White with #D07012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D07012; }

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

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

background-color css

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

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

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

border-color css

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

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

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