Html Css Color HEX #D06D14 Chocolate

📋 copy color: '#D06D14'

red 208 ◦ green 109 ◦ blue 20

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

Shades of Chocolate #D06D14

Tints of Chocolate #D06D14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.93%

R = 61.72%
G = 32.34%
B = 5.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D06D14 (or 0xD06D14) is known color: Chocolate. HEX triplet: D0, 6D and 14. RGB value is (208,109,20). Sum of RGB (Red+Green+Blue) = 208+109+20=337 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.72% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 20 (8.20% from 255 or 5.93% from 337); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06D14 is #2F92EB. Grayscale: #808080. Windows color (decimal): -3117804 or 1338832. OLE color: 1338832.

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

Color convert

RGB 208 109 20 -
CMYK 0 0.48 0.90 0.18
HSL 28.4º 0.82% 0.45% -
HSV(B) 28.4º 0.9% 0.82% -
XYZ 31.61 24.4 3.71 -
YUV 128.46 66.8 184.74 -
System Red Green Blue C M Y K H S L
Decimal 208 109 20 0 0.48 0.90 0.18 28.4 0.82 0.45
Hex D0 6D 14 0 30 5A 12 1C 52 2D
Octal 320 155 24 0 60 132 22 34 122 55
Binary 11010000 1101101 10100 0 110000 1011010 10010 11100 1010010 101101

Color Harmonies of #D06D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06D14

Black with #D06D14

Text Example


Text Example

White with #D06D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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