Html Css Color HEX #D9541A Chocolate

📋 copy color: '#D9541A'

red 217 ◦ green 84 ◦ blue 26

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

Shades of Chocolate #D9541A

Tints of Chocolate #D9541A

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.69%

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

R = 66.36%
G = 25.69%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D9541A (or 0xD9541A) is known color: Chocolate. HEX triplet: D9, 54 and 1A. RGB value is (217,84,26). Sum of RGB (Red+Green+Blue) = 217+84+26=327 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.36% from 327); Green value is 84 (33.20% from 255 or 25.69% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 217 - color contains mainly: red. Hex color #D9541A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9541A is #26ABE5. Grayscale: #757575. Windows color (decimal): -2534374 or 1725657. OLE color: 1725657.

HSL color Cylindrical-coordinate representation of color #D9541A: hue angle of 18.22º 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 #D9541A is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 84 26 -
CMYK 0 0.61 0.88 0.15
HSL 18.22º 0.79% 0.48% -
HSV(B) 18.22º 0.88% 0.85% -
XYZ 31.97 21.17 3.38 -
YUV 117.16 76.56 199.22 -
System Red Green Blue C M Y K H S L
Decimal 217 84 26 0 0.61 0.88 0.15 18.22 0.79 0.48
Hex D9 54 1A 0 3D 58 F 12 4F 30
Octal 331 124 32 0 75 130 17 22 117 60
Binary 11011001 1010100 11010 0 111101 1011000 1111 10010 1001111 110000

Color Harmonies of #D9541A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9541A

Black with #D9541A

Text Example


Text Example

White with #D9541A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9541A; }

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

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

background-color css

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

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

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

border-color css

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

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

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