Html Css Color HEX #D5521D Chocolate

📋 copy color: '#D5521D'

red 213 ◦ green 82 ◦ blue 29

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

Shades of Chocolate #D5521D

Tints of Chocolate #D5521D

RGB

 RED value IS 213 (83.59% from 255) = 65.74%

 GREEN value IS 82 (32.42% from 255) = 25.31%

 BLUE value IS 29 (11.72% from 255) = 8.95%

R = 65.74%
G = 25.31%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5521D (or 0xD5521D) is known color: Chocolate. HEX triplet: D5, 52 and 1D. RGB value is (213,82,29). Sum of RGB (Red+Green+Blue) = 213+82+29=324 (42% of max value = 765). Red value is 213 (83.59% from 255 or 65.74% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 29 (11.72% from 255 or 8.95% from 324); Max value from RGB is 213 - color contains mainly: red. Hex color #D5521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5521D is #2AADE2. Grayscale: #737373. Windows color (decimal): -2797027 or 1921749. OLE color: 1921749.

HSL color Cylindrical-coordinate representation of color #D5521D: hue angle of 17.28º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D5521D is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 82 29 -
CMYK 0 0.62 0.86 0.16
HSL 17.28º 0.76% 0.47% -
HSV(B) 17.28º 0.86% 0.84% -
XYZ 30.68 20.27 3.46 -
YUV 115.13 79.4 197.81 -
System Red Green Blue C M Y K H S L
Decimal 213 82 29 0 0.62 0.86 0.16 17.28 0.76 0.47
Hex D5 52 1D 0 3E 56 10 11 4C 2F
Octal 325 122 35 0 76 126 20 21 114 57
Binary 11010101 1010010 11101 0 111110 1010110 10000 10001 1001100 101111

Color Harmonies of #D5521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5521D

Black with #D5521D

Text Example


Text Example

White with #D5521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5521D; }

 p { color: rgb(213,82,29); }

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

background-color css

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

 a { background-color: rgb(213,82,29); }

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

border-color css

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

 span { border-color: rgb(213,82,29); }

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