Html Css Color HEX #D36215 Chocolate

📋 copy color: '#D36215'

red 211 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #D36215

Tints of Chocolate #D36215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.7%

 BLUE value IS 21 (8.59% from 255) = 6.36%

R = 63.94%
G = 29.7%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D36215 (or 0xD36215) is known color: Chocolate. HEX triplet: D3, 62 and 15. RGB value is (211,98,21). Sum of RGB (Red+Green+Blue) = 211+98+21=330 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.94% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 21 (8.59% from 255 or 6.36% from 330); Max value from RGB is 211 - color contains mainly: red. Hex color #D36215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36215 is #2C9DEA. Grayscale: #7B7B7B. Windows color (decimal): -2924011 or 1401555. OLE color: 1401555.

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

Color convert

RGB 211 98 21 -
CMYK 0 0.54 0.90 0.17
HSL 24.32º 0.82% 0.45% -
HSV(B) 24.32º 0.9% 0.83% -
XYZ 31.37 22.64 3.43 -
YUV 123.01 70.44 190.76 -
System Red Green Blue C M Y K H S L
Decimal 211 98 21 0 0.54 0.90 0.17 24.32 0.82 0.45
Hex D3 62 15 0 36 5A 11 18 52 2D
Octal 323 142 25 0 66 132 21 30 122 55
Binary 11010011 1100010 10101 0 110110 1011010 10001 11000 1010010 101101

Color Harmonies of #D36215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36215

Black with #D36215

Text Example


Text Example

White with #D36215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36215; }

 p { color: rgb(211,98,21); }

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

background-color css

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

 a { background-color: rgb(211,98,21); }

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

border-color css

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

 span { border-color: rgb(211,98,21); }

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