Html Css Color HEX #D36615 Chocolate

📋 copy color: '#D36615'

red 211 ◦ green 102 ◦ blue 21

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

Shades of Chocolate #D36615

Tints of Chocolate #D36615

RGB

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

 GREEN value IS 102 (40.23% from 255) = 30.54%

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

R = 63.17%
G = 30.54%
B = 6.29%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D36615 (or 0xD36615) is known color: Chocolate. HEX triplet: D3, 66 and 15. RGB value is (211,102,21). Sum of RGB (Red+Green+Blue) = 211+102+21=334 (44% of max value = 765). Red value is 211 (82.81% from 255 or 63.17% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 21 (8.59% from 255 or 6.29% from 334); Max value from RGB is 211 - color contains mainly: red. Hex color #D36615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D36615 is #2C99EA. Grayscale: #7D7D7D. Windows color (decimal): -2922987 or 1402579. OLE color: 1402579.

HSL color Cylindrical-coordinate representation of color #D36615: hue angle of 25.58º 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 #D36615 is Cyan = 0, Magento = 0.52, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 102 21 -
CMYK 0 0.52 0.90 0.17
HSL 25.58º 0.82% 0.45% -
HSV(B) 25.58º 0.9% 0.83% -
XYZ 31.75 23.41 3.55 -
YUV 125.36 69.11 189.09 -
System Red Green Blue C M Y K H S L
Decimal 211 102 21 0 0.52 0.90 0.17 25.58 0.82 0.45
Hex D3 66 15 0 34 5A 11 1A 52 2D
Octal 323 146 25 0 64 132 21 32 122 55
Binary 11010011 1100110 10101 0 110100 1011010 10001 11010 1010010 101101

Color Harmonies of #D36615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D36615

Black with #D36615

Text Example


Text Example

White with #D36615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D36615; }

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

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

background-color css

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

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

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

border-color css

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

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

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