Html Css Color HEX #D1521D Chocolate

📋 copy color: '#D1521D'

red 209 ◦ green 82 ◦ blue 29

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

Shades of Chocolate #D1521D

Tints of Chocolate #D1521D

RGB

 RED value IS 209 (82.03% from 255) = 65.31%

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

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

R = 65.31%
G = 25.63%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1521D (or 0xD1521D) is known color: Chocolate. HEX triplet: D1, 52 and 1D. RGB value is (209,82,29). Sum of RGB (Red+Green+Blue) = 209+82+29=320 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.31% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 209 - color contains mainly: red. Hex color #D1521D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1521D is #2EADE2. Grayscale: #727272. Windows color (decimal): -3059171 or 1921745. OLE color: 1921745.

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

Color convert

RGB 209 82 29 -
CMYK 0 0.61 0.86 0.18
HSL 17.67º 0.76% 0.47% -
HSV(B) 17.67º 0.86% 0.82% -
XYZ 29.53 19.68 3.4 -
YUV 113.93 80.08 195.81 -
System Red Green Blue C M Y K H S L
Decimal 209 82 29 0 0.61 0.86 0.18 17.67 0.76 0.47
Hex D1 52 1D 0 3D 56 12 12 4C 2F
Octal 321 122 35 0 75 126 22 22 114 57
Binary 11010001 1010010 11101 0 111101 1010110 10010 10010 1001100 101111

Color Harmonies of #D1521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1521D

Black with #D1521D

Text Example


Text Example

White with #D1521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1521D; }

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

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

background-color css

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

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

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

border-color css

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

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

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