Html Css Color HEX #D16812 Chocolate

📋 copy color: '#D16812'

red 209 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #D16812

Tints of Chocolate #D16812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.42%

 BLUE value IS 18 (7.42% from 255) = 5.44%

R = 63.14%
G = 31.42%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D16812 (or 0xD16812) is known color: Chocolate. HEX triplet: D1, 68 and 12. RGB value is (209,104,18). Sum of RGB (Red+Green+Blue) = 209+104+18=331 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.14% from 331); Green value is 104 (41.02% from 255 or 31.42% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 209 - color contains mainly: red. Hex color #D16812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16812 is #2E97ED. Grayscale: #7E7E7E. Windows color (decimal): -3053550 or 1206481. OLE color: 1206481.

HSL color Cylindrical-coordinate representation of color #D16812: hue angle of 27.02º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D16812 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 104 18 -
CMYK 0 0.50 0.91 0.18
HSL 27.02º 0.84% 0.45% -
HSV(B) 27.02º 0.91% 0.82% -
XYZ 31.35 23.5 3.46 -
YUV 125.59 67.29 187.49 -
System Red Green Blue C M Y K H S L
Decimal 209 104 18 0 0.50 0.91 0.18 27.02 0.84 0.45
Hex D1 68 12 0 32 5B 12 1B 54 2D
Octal 321 150 22 0 62 133 22 33 124 55
Binary 11010001 1101000 10010 0 110010 1011011 10010 11011 1010100 101101

Color Harmonies of #D16812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16812

Black with #D16812

Text Example


Text Example

White with #D16812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16812; }

 p { color: rgb(209,104,18); }

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

background-color css

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

 a { background-color: rgb(209,104,18); }

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

border-color css

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

 span { border-color: rgb(209,104,18); }

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