Html Css Color HEX #D16C08 Chocolate

📋 copy color: '#D16C08'

red 209 ◦ green 108 ◦ blue 8

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

Shades of Chocolate #D16C08

Tints of Chocolate #D16C08

RGB

 RED value IS 209 (82.03% from 255) = 64.31%

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

 BLUE value IS 8 (3.52% from 255) = 2.46%

R = 64.31%
G = 33.23%
B = 2.46%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D16C08 (or 0xD16C08) is known color: Chocolate. HEX triplet: D1, 6C and 08. RGB value is (209,108,8). Sum of RGB (Red+Green+Blue) = 209+108+8=325 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.31% from 325); Green value is 108 (42.58% from 255 or 33.23% from 325); Blue value is 8 (3.52% from 255 or 2.46% from 325); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C08 is #2E93F7. Grayscale: #7F7F7F. Windows color (decimal): -3052536 or 552145. OLE color: 552145.

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

Color convert

RGB 209 108 8 -
CMYK 0 0.48 0.96 0.18
HSL 29.85º 0.93% 0.43% -
HSV(B) 29.85º 0.96% 0.82% -
XYZ 31.7 24.3 3.25 -
YUV 126.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 209 108 8 0 0.48 0.96 0.18 29.85 0.93 0.43
Hex D1 6C 8 0 30 60 12 1E 5D 2B
Octal 321 154 10 0 60 140 22 36 135 53
Binary 11010001 1101100 1000 0 110000 1100000 10010 11110 1011101 101011

Color Harmonies of #D16C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C08

Black with #D16C08

Text Example


Text Example

White with #D16C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C08; }

 p { color: rgb(209,108,8); }

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

background-color css

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

 a { background-color: rgb(209,108,8); }

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

border-color css

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

 span { border-color: rgb(209,108,8); }

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