Html Css Color HEX #D9501C Chocolate

📋 copy color: '#D9501C'

red 217 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #D9501C

Tints of Chocolate #D9501C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.62%

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

R = 66.77%
G = 24.62%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D9501C (or 0xD9501C) is known color: Chocolate. HEX triplet: D9, 50 and 1C. RGB value is (217,80,28). Sum of RGB (Red+Green+Blue) = 217+80+28=325 (43% of max value = 765). Red value is 217 (85.16% from 255 or 66.77% from 325); Green value is 80 (31.64% from 255 or 24.62% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 217 - color contains mainly: red. Hex color #D9501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D9501C is #26AFE3. Grayscale: #737373. Windows color (decimal): -2535396 or 1855705. OLE color: 1855705.

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

Color convert

RGB 217 80 28 -
CMYK 0 0.63 0.87 0.15
HSL 16.51º 0.77% 0.48% -
HSV(B) 16.51º 0.87% 0.85% -
XYZ 31.69 20.57 3.4 -
YUV 115.04 78.89 200.73 -
System Red Green Blue C M Y K H S L
Decimal 217 80 28 0 0.63 0.87 0.15 16.51 0.77 0.48
Hex D9 50 1C 0 3F 57 F 11 4D 30
Octal 331 120 34 0 77 127 17 21 115 60
Binary 11011001 1010000 11100 0 111111 1010111 1111 10001 1001101 110000

Color Harmonies of #D9501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9501C

Black with #D9501C

Text Example


Text Example

White with #D9501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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