Html Css Color HEX #D37013 Chocolate

📋 copy color: '#D37013'

red 211 ◦ green 112 ◦ blue 19

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

Shades of Chocolate #D37013

Tints of Chocolate #D37013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.75%

 BLUE value IS 19 (7.81% from 255) = 5.56%

R = 61.7%
G = 32.75%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#D37013 (or 0xD37013) is known color: Chocolate. HEX triplet: D3, 70 and 13. RGB value is (211,112,19). Sum of RGB (Red+Green+Blue) = 211+112+19=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 112 (44.14% from 255 or 32.75% from 342); Blue value is 19 (7.81% from 255 or 5.56% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D37013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D37013 is #2C8FEC. Grayscale: #838383. Windows color (decimal): -2920429 or 1274067. OLE color: 1274067.

HSL color Cylindrical-coordinate representation of color #D37013: hue angle of 29.06º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D37013 is Cyan = 0, Magento = 0.47, Yellow = 0.91 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 112 19 -
CMYK 0 0.47 0.91 0.17
HSL 29.06º 0.83% 0.45% -
HSV(B) 29.06º 0.91% 0.83% -
XYZ 32.78 25.48 3.81 -
YUV 131 64.8 185.06 -
System Red Green Blue C M Y K H S L
Decimal 211 112 19 0 0.47 0.91 0.17 29.06 0.83 0.45
Hex D3 70 13 0 2F 5B 11 1D 53 2D
Octal 323 160 23 0 57 133 21 35 123 55
Binary 11010011 1110000 10011 0 101111 1011011 10001 11101 1010011 101101

Color Harmonies of #D37013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37013

Black with #D37013

Text Example


Text Example

White with #D37013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37013; }

 p { color: rgb(211,112,19); }

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

background-color css

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

 a { background-color: rgb(211,112,19); }

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

border-color css

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

 span { border-color: rgb(211,112,19); }

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