Html Css Color HEX #D36019 Chocolate

📋 copy color: '#D36019'

red 211 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #D36019

Tints of Chocolate #D36019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.92%

 BLUE value IS 25 (10.16% from 255) = 7.53%

R = 63.55%
G = 28.92%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.88

 K value IS 0.17

RGB Variations

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

Color information

#D36019 (or 0xD36019) is known color: Chocolate. HEX triplet: D3, 60 and 19. RGB value is (211,96,25). Sum of RGB (Red+Green+Blue) = 211+96+25=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D36019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36019 is #2C9FE6. Grayscale: #7A7A7A. Windows color (decimal): -2924519 or 1663187. OLE color: 1663187.

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

Color convert

RGB 211 96 25 -
CMYK 0 0.55 0.88 0.17
HSL 22.9º 0.79% 0.46% -
HSV(B) 22.9º 0.88% 0.83% -
XYZ 31.22 22.28 3.58 -
YUV 122.29 73.1 191.27 -
System Red Green Blue C M Y K H S L
Decimal 211 96 25 0 0.55 0.88 0.17 22.9 0.79 0.46
Hex D3 60 19 0 37 58 11 17 4F 2E
Octal 323 140 31 0 67 130 21 27 117 56
Binary 11010011 1100000 11001 0 110111 1011000 10001 10111 1001111 101110

Color Harmonies of #D36019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36019

Black with #D36019

Text Example


Text Example

White with #D36019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36019; }

 p { color: rgb(211,96,25); }

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

background-color css

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

 a { background-color: rgb(211,96,25); }

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

border-color css

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

 span { border-color: rgb(211,96,25); }

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