Html Css Color HEX #D35B21 Chocolate

📋 copy color: '#D35B21'

red 211 ◦ green 91 ◦ blue 33

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

Shades of Chocolate #D35B21

Tints of Chocolate #D35B21

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.16%

 BLUE value IS 33 (13.28% from 255) = 9.85%

R = 62.99%
G = 27.16%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D35B21 (or 0xD35B21) is known color: Chocolate. HEX triplet: D3, 5B and 21. RGB value is (211,91,33). Sum of RGB (Red+Green+Blue) = 211+91+33=335 (44% of max value = 765). Red value is 211 (82.81% from 255 or 62.99% from 335); Green value is 91 (35.94% from 255 or 27.16% from 335); Blue value is 33 (13.28% from 255 or 9.85% from 335); Max value from RGB is 211 - color contains mainly: red. Hex color #D35B21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D35B21 is #2CA4DE. Grayscale: #787878. Windows color (decimal): -2925791 or 2186195. OLE color: 2186195.

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

Color convert

RGB 211 91 33 -
CMYK 0 0.57 0.84 0.17
HSL 19.55º 0.73% 0.48% -
HSV(B) 19.55º 0.84% 0.83% -
XYZ 30.88 21.44 3.95 -
YUV 120.27 78.76 192.72 -
System Red Green Blue C M Y K H S L
Decimal 211 91 33 0 0.57 0.84 0.17 19.55 0.73 0.48
Hex D3 5B 21 0 39 54 11 14 49 30
Octal 323 133 41 0 71 124 21 24 111 60
Binary 11010011 1011011 100001 0 111001 1010100 10001 10100 1001001 110000

Color Harmonies of #D35B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35B21

Black with #D35B21

Text Example


Text Example

White with #D35B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35B21; }

 p { color: rgb(211,91,33); }

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

background-color css

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

 a { background-color: rgb(211,91,33); }

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

border-color css

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

 span { border-color: rgb(211,91,33); }

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