Html Css Color HEX #DA501C Chocolate

📋 copy color: '#DA501C'

red 218 ◦ green 80 ◦ blue 28

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

Shades of Chocolate #DA501C

Tints of Chocolate #DA501C

RGB

 RED value IS 218 (85.55% from 255) = 66.87%

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

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

R = 66.87%
G = 24.54%
B = 8.59%

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

#DA501C (or 0xDA501C) is known color: Chocolate. HEX triplet: DA, 50 and 1C. RGB value is (218,80,28). Sum of RGB (Red+Green+Blue) = 218+80+28=326 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.87% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 218 - color contains mainly: red. Hex color #DA501C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA501C is #25AFE3. Grayscale: #737373. Windows color (decimal): -2469860 or 1855706. OLE color: 1855706.

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

Color convert

RGB 218 80 28 -
CMYK 0 0.63 0.87 0.15
HSL 16.42º 0.77% 0.48% -
HSV(B) 16.42º 0.87% 0.85% -
XYZ 31.99 20.73 3.41 -
YUV 115.33 78.72 201.23 -
System Red Green Blue C M Y K H S L
Decimal 218 80 28 0 0.63 0.87 0.15 16.42 0.77 0.48
Hex DA 50 1C 0 3F 57 F 10 4D 30
Octal 332 120 34 0 77 127 17 20 115 60
Binary 11011010 1010000 11100 0 111111 1010111 1111 10000 1001101 110000

Color Harmonies of #DA501C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA501C

Black with #DA501C

Text Example


Text Example

White with #DA501C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA501C; }

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

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

background-color css

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

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

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

border-color css

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

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

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