Html Css Color HEX #DA7518 Chocolate

📋 copy color: '#DA7518'

red 218 ◦ green 117 ◦ blue 24

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

Shades of Chocolate #DA7518

Tints of Chocolate #DA7518

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.59%

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

R = 60.72%
G = 32.59%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7518 (or 0xDA7518) is known color: Chocolate. HEX triplet: DA, 75 and 18. RGB value is (218,117,24). Sum of RGB (Red+Green+Blue) = 218+117+24=359 (47% of max value = 765). Red value is 218 (85.55% from 255 or 60.72% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 24 (9.77% from 255 or 6.69% from 359); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7518 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7518 is #258AE7. Grayscale: #898989. Windows color (decimal): -2460392 or 1603034. OLE color: 1603034.

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

Color convert

RGB 218 117 24 -
CMYK 0 0.46 0.89 0.15
HSL 28.76º 0.8% 0.47% -
HSV(B) 28.76º 0.89% 0.85% -
XYZ 35.44 27.69 4.34 -
YUV 136.6 64.46 186.06 -
System Red Green Blue C M Y K H S L
Decimal 218 117 24 0 0.46 0.89 0.15 28.76 0.8 0.47
Hex DA 75 18 0 2E 59 F 1D 50 2F
Octal 332 165 30 0 56 131 17 35 120 57
Binary 11011010 1110101 11000 0 101110 1011001 1111 11101 1010000 101111

Color Harmonies of #DA7518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7518

Black with #DA7518

Text Example


Text Example

White with #DA7518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7518; }

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

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

background-color css

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

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

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

border-color css

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

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

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