Html Css Color HEX #DA5318 Chocolate

📋 copy color: '#DA5318'

red 218 ◦ green 83 ◦ blue 24

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

Shades of Chocolate #DA5318

Tints of Chocolate #DA5318

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.54%

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

R = 67.08%
G = 25.54%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5318 (or 0xDA5318) is known color: Chocolate. HEX triplet: DA, 53 and 18. RGB value is (218,83,24). Sum of RGB (Red+Green+Blue) = 218+83+24=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5318 is #25ACE7. Grayscale: #757575. Windows color (decimal): -2469096 or 1594330. OLE color: 1594330.

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

Color convert

RGB 218 83 24 -
CMYK 0 0.62 0.89 0.15
HSL 18.25º 0.8% 0.47% -
HSV(B) 18.25º 0.89% 0.85% -
XYZ 32.17 21.16 3.25 -
YUV 116.64 75.73 200.3 -
System Red Green Blue C M Y K H S L
Decimal 218 83 24 0 0.62 0.89 0.15 18.25 0.8 0.47
Hex DA 53 18 0 3E 59 F 12 50 2F
Octal 332 123 30 0 76 131 17 22 120 57
Binary 11011010 1010011 11000 0 111110 1011001 1111 10010 1010000 101111

Color Harmonies of #DA5318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5318

Black with #DA5318

Text Example


Text Example

White with #DA5318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5318; }

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

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

background-color css

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

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

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

border-color css

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

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

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