Html Css Color HEX #D8521A Chocolate

📋 copy color: '#D8521A'

red 216 ◦ green 82 ◦ blue 26

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

Shades of Chocolate #D8521A

Tints of Chocolate #D8521A

RGB

 RED value IS 216 (84.77% from 255) = 66.67%

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

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

R = 66.67%
G = 25.31%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8521A (or 0xD8521A) is known color: Chocolate. HEX triplet: D8, 52 and 1A. RGB value is (216,82,26). Sum of RGB (Red+Green+Blue) = 216+82+26=324 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.67% from 324); Green value is 82 (32.42% from 255 or 25.31% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 216 - color contains mainly: red. Hex color #D8521A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D8521A is #27ADE5. Grayscale: #747474. Windows color (decimal): -2600422 or 1725144. OLE color: 1725144.

HSL color Cylindrical-coordinate representation of color #D8521A: hue angle of 17.68º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8521A is Cyan = 0, Magento = 0.62, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 82 26 -
CMYK 0 0.62 0.88 0.15
HSL 17.68º 0.79% 0.47% -
HSV(B) 17.68º 0.88% 0.85% -
XYZ 31.52 20.71 3.31 -
YUV 115.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 216 82 26 0 0.62 0.88 0.15 17.68 0.79 0.47
Hex D8 52 1A 0 3E 58 F 12 4F 2F
Octal 330 122 32 0 76 130 17 22 117 57
Binary 11011000 1010010 11010 0 111110 1011000 1111 10010 1001111 101111

Color Harmonies of #D8521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8521A

Black with #D8521A

Text Example


Text Example

White with #D8521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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