Html Css Color HEX #D16F1E Chocolate

📋 copy color: '#D16F1E'

red 209 ◦ green 111 ◦ blue 30

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

Shades of Chocolate #D16F1E

Tints of Chocolate #D16F1E

RGB

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

 GREEN value IS 111 (43.75% from 255) = 31.71%

 BLUE value IS 30 (12.11% from 255) = 8.57%

R = 59.71%
G = 31.71%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D16F1E (or 0xD16F1E) is known color: Chocolate. HEX triplet: D1, 6F and 1E. RGB value is (209,111,30). Sum of RGB (Red+Green+Blue) = 209+111+30=350 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.71% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 209 - color contains mainly: red. Hex color #D16F1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D16F1E is #2E90E1. Grayscale: #838383. Windows color (decimal): -3051746 or 1994705. OLE color: 1994705.

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

Color convert

RGB 209 111 30 -
CMYK 0 0.47 0.86 0.18
HSL 27.15º 0.75% 0.47% -
HSV(B) 27.15º 0.86% 0.82% -
XYZ 32.21 25.02 4.36 -
YUV 131.07 70.97 183.59 -
System Red Green Blue C M Y K H S L
Decimal 209 111 30 0 0.47 0.86 0.18 27.15 0.75 0.47
Hex D1 6F 1E 0 2F 56 12 1B 4B 2F
Octal 321 157 36 0 57 126 22 33 113 57
Binary 11010001 1101111 11110 0 101111 1010110 10010 11011 1001011 101111

Color Harmonies of #D16F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D16F1E

Black with #D16F1E

Text Example


Text Example

White with #D16F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D16F1E; }

 p { color: rgb(209,111,30); }

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

background-color css

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

 a { background-color: rgb(209,111,30); }

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

border-color css

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

 span { border-color: rgb(209,111,30); }

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