Html Css Color HEX #D16D1F Chocolate

📋 copy color: '#D16D1F'

red 209 ◦ green 109 ◦ blue 31

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

Shades of Chocolate #D16D1F

Tints of Chocolate #D16D1F

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.23%

 BLUE value IS 31 (12.5% from 255) = 8.88%

R = 59.89%
G = 31.23%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D16D1F (or 0xD16D1F) is known color: Chocolate. HEX triplet: D1, 6D and 1F. RGB value is (209,109,31). Sum of RGB (Red+Green+Blue) = 209+109+31=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 31 (12.5% from 255 or 8.88% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D16D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16D1F is #2E92E0. Grayscale: #828282. Windows color (decimal): -3052257 or 2059729. OLE color: 2059729.

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

Color convert

RGB 209 109 31 -
CMYK 0 0.48 0.85 0.18
HSL 26.29º 0.74% 0.47% -
HSV(B) 26.29º 0.85% 0.82% -
XYZ 32.01 24.59 4.36 -
YUV 130.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 209 109 31 0 0.48 0.85 0.18 26.29 0.74 0.47
Hex D1 6D 1F 0 30 55 12 1A 4A 2F
Octal 321 155 37 0 60 125 22 32 112 57
Binary 11010001 1101101 11111 0 110000 1010101 10010 11010 1001010 101111

Color Harmonies of #D16D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16D1F

Black with #D16D1F

Text Example


Text Example

White with #D16D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16D1F; }

 p { color: rgb(209,109,31); }

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

background-color css

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

 a { background-color: rgb(209,109,31); }

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

border-color css

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

 span { border-color: rgb(209,109,31); }

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