Html Css Color HEX #D06C1E Chocolate

📋 copy color: '#D06C1E'

red 208 ◦ green 108 ◦ blue 30

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

Shades of Chocolate #D06C1E

Tints of Chocolate #D06C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.67%

R = 60.12%
G = 31.21%
B = 8.67%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D06C1E (or 0xD06C1E) is known color: Chocolate. HEX triplet: D0, 6C and 1E. RGB value is (208,108,30). Sum of RGB (Red+Green+Blue) = 208+108+30=346 (45% of max value = 765). Red value is 208 (81.64% from 255 or 60.12% from 346); Green value is 108 (42.58% from 255 or 31.21% from 346); Blue value is 30 (12.11% from 255 or 8.67% from 346); Max value from RGB is 208 - color contains mainly: red. Hex color #D06C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D06C1E is #2F93E1. Grayscale: #818181. Windows color (decimal): -3118050 or 1993936. OLE color: 1993936.

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

Color convert

RGB 208 108 30 -
CMYK 0 0.48 0.86 0.18
HSL 26.29º 0.75% 0.47% -
HSV(B) 26.29º 0.86% 0.82% -
XYZ 31.61 24.23 4.24 -
YUV 129.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 208 108 30 0 0.48 0.86 0.18 26.29 0.75 0.47
Hex D0 6C 1E 0 30 56 12 1A 4B 2F
Octal 320 154 36 0 60 126 22 32 113 57
Binary 11010000 1101100 11110 0 110000 1010110 10010 11010 1001011 101111

Color Harmonies of #D06C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06C1E

Black with #D06C1E

Text Example


Text Example

White with #D06C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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