Html Css Color HEX #D06C14 Chocolate

📋 copy color: '#D06C14'

red 208 ◦ green 108 ◦ blue 20

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

Shades of Chocolate #D06C14

Tints of Chocolate #D06C14

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.14%

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

R = 61.9%
G = 32.14%
B = 5.95%

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

#D06C14 (or 0xD06C14) is known color: Chocolate. HEX triplet: D0, 6C and 14. RGB value is (208,108,20). Sum of RGB (Red+Green+Blue) = 208+108+20=336 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.90% from 336); Green value is 108 (42.58% from 255 or 32.14% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06C14 is #2F93EB. Grayscale: #808080. Windows color (decimal): -3118060 or 1338576. OLE color: 1338576.

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

Color convert

RGB 208 108 20 -
CMYK 0 0.48 0.90 0.18
HSL 28.09º 0.82% 0.45% -
HSV(B) 28.09º 0.9% 0.82% -
XYZ 31.5 24.19 3.67 -
YUV 127.87 67.13 185.16 -
System Red Green Blue C M Y K H S L
Decimal 208 108 20 0 0.48 0.90 0.18 28.09 0.82 0.45
Hex D0 6C 14 0 30 5A 12 1C 52 2D
Octal 320 154 24 0 60 132 22 34 122 55
Binary 11010000 1101100 10100 0 110000 1011010 10010 11100 1010010 101101

Color Harmonies of #D06C14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C14

Black with #D06C14

Text Example


Text Example

White with #D06C14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C14; }

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

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

background-color css

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

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

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

border-color css

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

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

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