Html Css Color HEX #D9511A Chocolate

📋 copy color: '#D9511A'

red 217 ◦ green 81 ◦ blue 26

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

Shades of Chocolate #D9511A

Tints of Chocolate #D9511A

RGB

 RED value IS 217 (85.16% from 255) = 66.98%

 GREEN value IS 81 (32.03% from 255) = 25%

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

R = 66.98%
G = 25%
B = 8.02%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9511A (or 0xD9511A) is known color: Chocolate. HEX triplet: D9, 51 and 1A. RGB value is (217,81,26). Sum of RGB (Red+Green+Blue) = 217+81+26=324 (42% of max value = 765). Red value is 217 (85.16% from 255 or 66.98% from 324); Green value is 81 (32.03% from 255 or 25% from 324); Blue value is 26 (10.55% from 255 or 8.02% from 324); Max value from RGB is 217 - color contains mainly: red. Hex color #D9511A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9511A is #26AEE5. Grayscale: #737373. Windows color (decimal): -2535142 or 1724889. OLE color: 1724889.

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

Color convert

RGB 217 81 26 -
CMYK 0 0.63 0.88 0.15
HSL 17.28º 0.79% 0.48% -
HSV(B) 17.28º 0.88% 0.85% -
XYZ 31.74 20.71 3.3 -
YUV 115.39 77.56 200.47 -
System Red Green Blue C M Y K H S L
Decimal 217 81 26 0 0.63 0.88 0.15 17.28 0.79 0.48
Hex D9 51 1A 0 3F 58 F 11 4F 30
Octal 331 121 32 0 77 130 17 21 117 60
Binary 11011001 1010001 11010 0 111111 1011000 1111 10001 1001111 110000

Color Harmonies of #D9511A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9511A

Black with #D9511A

Text Example


Text Example

White with #D9511A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9511A; }

 p { color: rgb(217,81,26); }

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

background-color css

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

 a { background-color: rgb(217,81,26); }

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

border-color css

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

 span { border-color: rgb(217,81,26); }

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