Html Css Color HEX #D16C0B Chocolate

📋 copy color: '#D16C0B'

red 209 ◦ green 108 ◦ blue 11

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

Shades of Chocolate #D16C0B

Tints of Chocolate #D16C0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.35%

R = 63.72%
G = 32.93%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D16C0B (or 0xD16C0B) is known color: Chocolate. HEX triplet: D1, 6C and 0B. RGB value is (209,108,11). Sum of RGB (Red+Green+Blue) = 209+108+11=328 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.72% from 328); Green value is 108 (42.58% from 255 or 32.93% from 328); Blue value is 11 (4.69% from 255 or 3.35% from 328); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C0B is #2E93F4. Grayscale: #7F7F7F. Windows color (decimal): -3052533 or 748753. OLE color: 748753.

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

Color convert

RGB 209 108 11 -
CMYK 0 0.48 0.95 0.18
HSL 29.39º 0.9% 0.43% -
HSV(B) 29.39º 0.95% 0.82% -
XYZ 31.72 24.3 3.34 -
YUV 127.14 62.46 186.39 -
System Red Green Blue C M Y K H S L
Decimal 209 108 11 0 0.48 0.95 0.18 29.39 0.9 0.43
Hex D1 6C B 0 30 5F 12 1D 5A 2B
Octal 321 154 13 0 60 137 22 35 132 53
Binary 11010001 1101100 1011 0 110000 1011111 10010 11101 1011010 101011

Color Harmonies of #D16C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C0B

Black with #D16C0B

Text Example


Text Example

White with #D16C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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