Html Css Color HEX #D35715 Chocolate

📋 copy color: '#D35715'

red 211 ◦ green 87 ◦ blue 21

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

Shades of Chocolate #D35715

Tints of Chocolate #D35715

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.27%

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

R = 66.14%
G = 27.27%
B = 6.58%

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

#D35715 (or 0xD35715) is known color: Chocolate. HEX triplet: D3, 57 and 15. RGB value is (211,87,21). Sum of RGB (Red+Green+Blue) = 211+87+21=319 (42% of max value = 765). Red value is 211 (82.81% from 255 or 66.14% from 319); Green value is 87 (34.38% from 255 or 27.27% from 319); Blue value is 21 (8.59% from 255 or 6.58% from 319); Max value from RGB is 211 - color contains mainly: red. Hex color #D35715 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D35715 is #2CA8EA. Grayscale: #747474. Windows color (decimal): -2926827 or 1398739. OLE color: 1398739.

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

Color convert

RGB 211 87 21 -
CMYK 0 0.59 0.90 0.17
HSL 20.84º 0.82% 0.45% -
HSV(B) 20.84º 0.9% 0.83% -
XYZ 30.41 20.72 3.11 -
YUV 116.55 74.08 195.37 -
System Red Green Blue C M Y K H S L
Decimal 211 87 21 0 0.59 0.90 0.17 20.84 0.82 0.45
Hex D3 57 15 0 3B 5A 11 15 52 2D
Octal 323 127 25 0 73 132 21 25 122 55
Binary 11010011 1010111 10101 0 111011 1011010 10001 10101 1010010 101101

Color Harmonies of #D35715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35715

Black with #D35715

Text Example


Text Example

White with #D35715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35715; }

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

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

background-color css

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

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

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

border-color css

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

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

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