Html Css Color HEX #D16C0F Chocolate

📋 copy color: '#D16C0F'

red 209 ◦ green 108 ◦ blue 15

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

Shades of Chocolate #D16C0F

Tints of Chocolate #D16C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.52%

R = 62.95%
G = 32.53%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D16C0F (or 0xD16C0F) is known color: Chocolate. HEX triplet: D1, 6C and 0F. RGB value is (209,108,15). Sum of RGB (Red+Green+Blue) = 209+108+15=332 (43% of max value = 765). Red value is 209 (82.03% from 255 or 62.95% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 15 (6.25% from 255 or 4.52% from 332); Max value from RGB is 209 - color contains mainly: red. Hex color #D16C0F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D16C0F is #2E93F0. Grayscale: #808080. Windows color (decimal): -3052529 or 1010897. OLE color: 1010897.

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

Color convert

RGB 209 108 15 -
CMYK 0 0.48 0.93 0.18
HSL 28.76º 0.87% 0.44% -
HSV(B) 28.76º 0.93% 0.82% -
XYZ 31.74 24.31 3.47 -
YUV 127.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 209 108 15 0 0.48 0.93 0.18 28.76 0.87 0.44
Hex D1 6C F 0 30 5D 12 1D 57 2C
Octal 321 154 17 0 60 135 22 35 127 54
Binary 11010001 1101100 1111 0 110000 1011101 10010 11101 1010111 101100

Color Harmonies of #D16C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16C0F

Black with #D16C0F

Text Example


Text Example

White with #D16C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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