Html Css Color HEX #D37116 Chocolate

📋 copy color: '#D37116'

red 211 ◦ green 113 ◦ blue 22

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

Shades of Chocolate #D37116

Tints of Chocolate #D37116

RGB

 RED value IS 211 (82.81% from 255) = 60.98%

 GREEN value IS 113 (44.53% from 255) = 32.66%

 BLUE value IS 22 (8.98% from 255) = 6.36%

R = 60.98%
G = 32.66%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D37116 (or 0xD37116) is known color: Chocolate. HEX triplet: D3, 71 and 16. RGB value is (211,113,22). Sum of RGB (Red+Green+Blue) = 211+113+22=346 (45% of max value = 765). Red value is 211 (82.81% from 255 or 60.98% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 22 (8.98% from 255 or 6.36% from 346); Max value from RGB is 211 - color contains mainly: red. Hex color #D37116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37116 is #2C8EE9. Grayscale: #848484. Windows color (decimal): -2920170 or 1470931. OLE color: 1470931.

HSL color Cylindrical-coordinate representation of color #D37116: hue angle of 28.89º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D37116 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 113 22 -
CMYK 0 0.46 0.90 0.17
HSL 28.89º 0.81% 0.46% -
HSV(B) 28.89º 0.9% 0.83% -
XYZ 32.91 25.72 3.99 -
YUV 131.93 65.97 184.4 -
System Red Green Blue C M Y K H S L
Decimal 211 113 22 0 0.46 0.90 0.17 28.89 0.81 0.46
Hex D3 71 16 0 2E 5A 11 1D 51 2E
Octal 323 161 26 0 56 132 21 35 121 56
Binary 11010011 1110001 10110 0 101110 1011010 10001 11101 1010001 101110

Color Harmonies of #D37116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37116

Black with #D37116

Text Example


Text Example

White with #D37116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37116; }

 p { color: rgb(211,113,22); }

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

background-color css

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

 a { background-color: rgb(211,113,22); }

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

border-color css

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

 span { border-color: rgb(211,113,22); }

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