Html Css Color HEX #D06F0F Chocolate

📋 copy color: '#D06F0F'

red 208 ◦ green 111 ◦ blue 15

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

Shades of Chocolate #D06F0F

Tints of Chocolate #D06F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.49%

R = 62.28%
G = 33.23%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D06F0F (or 0xD06F0F) is known color: Chocolate. HEX triplet: D0, 6F and 0F. RGB value is (208,111,15). Sum of RGB (Red+Green+Blue) = 208+111+15=334 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.28% from 334); Green value is 111 (43.75% from 255 or 33.23% from 334); Blue value is 15 (6.25% from 255 or 4.49% from 334); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06F0F is #2F90F0. Grayscale: #818181. Windows color (decimal): -3117297 or 1011664. OLE color: 1011664.

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

Color convert

RGB 208 111 15 -
CMYK 0 0.47 0.93 0.18
HSL 29.84º 0.87% 0.44% -
HSV(B) 29.84º 0.93% 0.82% -
XYZ 31.78 24.81 3.57 -
YUV 129.06 63.64 184.31 -
System Red Green Blue C M Y K H S L
Decimal 208 111 15 0 0.47 0.93 0.18 29.84 0.87 0.44
Hex D0 6F F 0 2F 5D 12 1E 57 2C
Octal 320 157 17 0 57 135 22 36 127 54
Binary 11010000 1101111 1111 0 101111 1011101 10010 11110 1010111 101100

Color Harmonies of #D06F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06F0F

Black with #D06F0F

Text Example


Text Example

White with #D06F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06F0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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