Html Css Color HEX #D16E0B Chocolate

📋 copy color: '#D16E0B'

red 209 ◦ green 110 ◦ blue 11

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

Shades of Chocolate #D16E0B

Tints of Chocolate #D16E0B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.33%

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

R = 63.33%
G = 33.33%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.95

 K value IS 0.18

RGB Variations

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

Color information

#D16E0B (or 0xD16E0B) is known color: Chocolate. HEX triplet: D1, 6E and 0B. RGB value is (209,110,11). Sum of RGB (Red+Green+Blue) = 209+110+11=330 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.33% from 330); Green value is 110 (43.36% from 255 or 33.33% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 209 - color contains mainly: red. Hex color #D16E0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16E0B is #2E91F4. Grayscale: #808080. Windows color (decimal): -3052021 or 749265. OLE color: 749265.

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

Color convert

RGB 209 110 11 -
CMYK 0 0.47 0.95 0.18
HSL 30º 0.9% 0.43% -
HSV(B) 30º 0.95% 0.82% -
XYZ 31.93 24.73 3.41 -
YUV 128.32 61.8 185.55 -
System Red Green Blue C M Y K H S L
Decimal 209 110 11 0 0.47 0.95 0.18 30 0.9 0.43
Hex D1 6E B 0 2F 5F 12 1E 5A 2B
Octal 321 156 13 0 57 137 22 36 132 53
Binary 11010001 1101110 1011 0 101111 1011111 10010 11110 1011010 101011

Color Harmonies of #D16E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16E0B

Black with #D16E0B

Text Example


Text Example

White with #D16E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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