Html Css Color HEX #DA5018 Chocolate

📋 copy color: '#DA5018'

red 218 ◦ green 80 ◦ blue 24

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

Shades of Chocolate #DA5018

Tints of Chocolate #DA5018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 67.7%
G = 24.84%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5018 (or 0xDA5018) is known color: Chocolate. HEX triplet: DA, 50 and 18. RGB value is (218,80,24). Sum of RGB (Red+Green+Blue) = 218+80+24=322 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.70% from 322); Green value is 80 (31.64% from 255 or 24.84% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5018 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5018 is #25AFE7. Grayscale: #737373. Windows color (decimal): -2469864 or 1593562. OLE color: 1593562.

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

Color convert

RGB 218 80 24 -
CMYK 0 0.63 0.89 0.15
HSL 17.32º 0.8% 0.47% -
HSV(B) 17.32º 0.89% 0.85% -
XYZ 31.95 20.71 3.18 -
YUV 114.88 76.72 201.55 -
System Red Green Blue C M Y K H S L
Decimal 218 80 24 0 0.63 0.89 0.15 17.32 0.8 0.47
Hex DA 50 18 0 3F 59 F 11 50 2F
Octal 332 120 30 0 77 131 17 21 120 57
Binary 11011010 1010000 11000 0 111111 1011001 1111 10001 1010000 101111

Color Harmonies of #DA5018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5018

Black with #DA5018

Text Example


Text Example

White with #DA5018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5018; }

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

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

background-color css

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

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

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

border-color css

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

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

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