Html Css Color HEX #D06D0F Chocolate

📋 copy color: '#D06D0F'

red 208 ◦ green 109 ◦ blue 15

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

Shades of Chocolate #D06D0F

Tints of Chocolate #D06D0F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.83%

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

R = 62.65%
G = 32.83%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D06D0F (or 0xD06D0F) is known color: Chocolate. HEX triplet: D0, 6D and 0F. RGB value is (208,109,15). Sum of RGB (Red+Green+Blue) = 208+109+15=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 109 (42.97% from 255 or 32.83% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D0F is #2F92F0. Grayscale: #808080. Windows color (decimal): -3117809 or 1011152. OLE color: 1011152.

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

Color convert

RGB 208 109 15 -
CMYK 0 0.48 0.93 0.18
HSL 29.22º 0.87% 0.44% -
HSV(B) 29.22º 0.93% 0.82% -
XYZ 31.57 24.38 3.49 -
YUV 127.89 64.3 185.14 -
System Red Green Blue C M Y K H S L
Decimal 208 109 15 0 0.48 0.93 0.18 29.22 0.87 0.44
Hex D0 6D F 0 30 5D 12 1D 57 2C
Octal 320 155 17 0 60 135 22 35 127 54
Binary 11010000 1101101 1111 0 110000 1011101 10010 11101 1010111 101100

Color Harmonies of #D06D0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D0F

Black with #D06D0F

Text Example


Text Example

White with #D06D0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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