Html Css Color HEX #DA5818 Chocolate

📋 copy color: '#DA5818'

red 218 ◦ green 88 ◦ blue 24

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

Shades of Chocolate #DA5818

Tints of Chocolate #DA5818

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

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

R = 66.06%
G = 26.67%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5818 (or 0xDA5818) is known color: Chocolate. HEX triplet: DA, 58 and 18. RGB value is (218,88,24). Sum of RGB (Red+Green+Blue) = 218+88+24=330 (43% of max value = 765). Red value is 218 (85.55% from 255 or 66.06% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5818 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5818 is #25A7E7. Grayscale: #777777. Windows color (decimal): -2467816 or 1595610. OLE color: 1595610.

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

Color convert

RGB 218 88 24 -
CMYK 0 0.60 0.89 0.15
HSL 19.79º 0.8% 0.47% -
HSV(B) 19.79º 0.89% 0.85% -
XYZ 32.57 21.95 3.38 -
YUV 119.57 74.07 198.2 -
System Red Green Blue C M Y K H S L
Decimal 218 88 24 0 0.60 0.89 0.15 19.79 0.8 0.47
Hex DA 58 18 0 3C 59 F 14 50 2F
Octal 332 130 30 0 74 131 17 24 120 57
Binary 11011010 1011000 11000 0 111100 1011001 1111 10100 1010000 101111

Color Harmonies of #DA5818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5818

Black with #DA5818

Text Example


Text Example

White with #DA5818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5818; }

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

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

background-color css

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

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

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

border-color css

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

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

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