Html Css Color HEX #D06F1F Chocolate

📋 copy color: '#D06F1F'

red 208 ◦ green 111 ◦ blue 31

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

Shades of Chocolate #D06F1F

Tints of Chocolate #D06F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 31 (12.5% from 255) = 8.86%

R = 59.43%
G = 31.71%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D06F1F (or 0xD06F1F) is known color: Chocolate. HEX triplet: D0, 6F and 1F. RGB value is (208,111,31). Sum of RGB (Red+Green+Blue) = 208+111+31=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 31 (12.5% from 255 or 8.86% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06F1F is #2F90E0. Grayscale: #838383. Windows color (decimal): -3117281 or 2060240. OLE color: 2060240.

HSL color Cylindrical-coordinate representation of color #D06F1F: hue angle of 27.12º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D06F1F is Cyan = 0, Magento = 0.47, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 111 31 -
CMYK 0 0.47 0.85 0.18
HSL 27.12º 0.74% 0.47% -
HSV(B) 27.12º 0.85% 0.82% -
XYZ 31.94 24.88 4.41 -
YUV 130.88 71.64 183 -
System Red Green Blue C M Y K H S L
Decimal 208 111 31 0 0.47 0.85 0.18 27.12 0.74 0.47
Hex D0 6F 1F 0 2F 55 12 1B 4A 2F
Octal 320 157 37 0 57 125 22 33 112 57
Binary 11010000 1101111 11111 0 101111 1010101 10010 11011 1001010 101111

Color Harmonies of #D06F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F1F

Black with #D06F1F

Text Example


Text Example

White with #D06F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F1F; }

 p { color: rgb(208,111,31); }

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

background-color css

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

 a { background-color: rgb(208,111,31); }

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

border-color css

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

 span { border-color: rgb(208,111,31); }

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