Html Css Color HEX #D35615 Chocolate

📋 copy color: '#D35615'

red 211 ◦ green 86 ◦ blue 21

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

Shades of Chocolate #D35615

Tints of Chocolate #D35615

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.04%

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

R = 66.35%
G = 27.04%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.90

 K value IS 0.17

RGB Variations

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

Color information

#D35615 (or 0xD35615) is known color: Chocolate. HEX triplet: D3, 56 and 15. RGB value is (211,86,21). Sum of RGB (Red+Green+Blue) = 211+86+21=318 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.35% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 21 (8.59% from 255 or 6.60% from 318); Max value from RGB is 211 - color contains mainly: red. Hex color #D35615 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35615 is #2CA9EA. Grayscale: #747474. Windows color (decimal): -2927083 or 1398483. OLE color: 1398483.

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

Color convert

RGB 211 86 21 -
CMYK 0 0.59 0.90 0.17
HSL 20.53º 0.82% 0.45% -
HSV(B) 20.53º 0.9% 0.83% -
XYZ 30.33 20.56 3.08 -
YUV 115.97 74.41 195.79 -
System Red Green Blue C M Y K H S L
Decimal 211 86 21 0 0.59 0.90 0.17 20.53 0.82 0.45
Hex D3 56 15 0 3B 5A 11 15 52 2D
Octal 323 126 25 0 73 132 21 25 122 55
Binary 11010011 1010110 10101 0 111011 1011010 10001 10101 1010010 101101

Color Harmonies of #D35615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35615

Black with #D35615

Text Example


Text Example

White with #D35615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35615; }

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

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

background-color css

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

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

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

border-color css

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

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

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