Html Css Color HEX #D9541C Chocolate

📋 copy color: '#D9541C'

red 217 ◦ green 84 ◦ blue 28

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

Shades of Chocolate #D9541C

Tints of Chocolate #D9541C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.51%

R = 65.96%
G = 25.53%
B = 8.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9541C (or 0xD9541C) is known color: Chocolate. HEX triplet: D9, 54 and 1C. RGB value is (217,84,28). Sum of RGB (Red+Green+Blue) = 217+84+28=329 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.96% from 329); Green value is 84 (33.20% from 255 or 25.53% from 329); Blue value is 28 (11.33% from 255 or 8.51% from 329); Max value from RGB is 217 - color contains mainly: red. Hex color #D9541C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9541C is #26ABE3. Grayscale: #757575. Windows color (decimal): -2534372 or 1856729. OLE color: 1856729.

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

Color convert

RGB 217 84 28 -
CMYK 0 0.61 0.87 0.15
HSL 17.78º 0.77% 0.48% -
HSV(B) 17.78º 0.87% 0.85% -
XYZ 32 21.18 3.5 -
YUV 117.38 77.56 199.05 -
System Red Green Blue C M Y K H S L
Decimal 217 84 28 0 0.61 0.87 0.15 17.78 0.77 0.48
Hex D9 54 1C 0 3D 57 F 12 4D 30
Octal 331 124 34 0 75 127 17 22 115 60
Binary 11011001 1010100 11100 0 111101 1010111 1111 10010 1001101 110000

Color Harmonies of #D9541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9541C

Black with #D9541C

Text Example


Text Example

White with #D9541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9541C; }

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

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

background-color css

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

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

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

border-color css

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

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

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