Html Css Color HEX #D35920 Chocolate

📋 copy color: '#D35920'

red 211 ◦ green 89 ◦ blue 32

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

Shades of Chocolate #D35920

Tints of Chocolate #D35920

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.81%

 BLUE value IS 32 (12.89% from 255) = 9.64%

R = 63.55%
G = 26.81%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D35920 (or 0xD35920) is known color: Chocolate. HEX triplet: D3, 59 and 20. RGB value is (211,89,32). Sum of RGB (Red+Green+Blue) = 211+89+32=332 (43% of max value = 765). Red value is 211 (82.81% from 255 or 63.55% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 211 - color contains mainly: red. Hex color #D35920 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35920 is #2CA6DF. Grayscale: #777777. Windows color (decimal): -2926304 or 2120147. OLE color: 2120147.

HSL color Cylindrical-coordinate representation of color #D35920: hue angle of 19.11º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D35920 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 89 32 -
CMYK 0 0.58 0.85 0.17
HSL 19.11º 0.74% 0.48% -
HSV(B) 19.11º 0.85% 0.83% -
XYZ 30.7 21.1 3.82 -
YUV 118.98 78.92 193.63 -
System Red Green Blue C M Y K H S L
Decimal 211 89 32 0 0.58 0.85 0.17 19.11 0.74 0.48
Hex D3 59 20 0 3A 55 11 13 4A 30
Octal 323 131 40 0 72 125 21 23 112 60
Binary 11010011 1011001 100000 0 111010 1010101 10001 10011 1001010 110000

Color Harmonies of #D35920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35920

Black with #D35920

Text Example


Text Example

White with #D35920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35920; }

 p { color: rgb(211,89,32); }

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

background-color css

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

 a { background-color: rgb(211,89,32); }

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

border-color css

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

 span { border-color: rgb(211,89,32); }

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