Html Css Color HEX #D1521A Chocolate

📋 copy color: '#D1521A'

red 209 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #D1521A

Tints of Chocolate #D1521A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.2%

R = 65.93%
G = 25.87%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D1521A (or 0xD1521A) is known color: Chocolate. HEX triplet: D1, 52 and 1A. RGB value is (209,82,26). Sum of RGB (Red+Green+Blue) = 209+82+26=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D1521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1521A is #2EADE5. Grayscale: #717171. Windows color (decimal): -3059174 or 1725137. OLE color: 1725137.

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

Color convert

RGB 209 82 26 -
CMYK 0 0.61 0.88 0.18
HSL 18.36º 0.78% 0.46% -
HSV(B) 18.36º 0.88% 0.82% -
XYZ 29.5 19.66 3.22 -
YUV 113.59 78.58 196.05 -
System Red Green Blue C M Y K H S L
Decimal 209 82 26 0 0.61 0.88 0.18 18.36 0.78 0.46
Hex D1 52 1A 0 3D 58 12 12 4E 2E
Octal 321 122 32 0 75 130 22 22 116 56
Binary 11010001 1010010 11010 0 111101 1011000 10010 10010 1001110 101110

Color Harmonies of #D1521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1521A

Black with #D1521A

Text Example


Text Example

White with #D1521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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