Html Css Color HEX #DA7318 Chocolate

📋 copy color: '#DA7318'

red 218 ◦ green 115 ◦ blue 24

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

Shades of Chocolate #DA7318

Tints of Chocolate #DA7318

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.21%

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

R = 61.06%
G = 32.21%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7318 (or 0xDA7318) is known color: Chocolate. HEX triplet: DA, 73 and 18. RGB value is (218,115,24). Sum of RGB (Red+Green+Blue) = 218+115+24=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 115 (45.31% from 255 or 32.21% from 357); Blue value is 24 (9.77% from 255 or 6.72% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7318 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7318 is #258CE7. Grayscale: #878787. Windows color (decimal): -2460904 or 1602522. OLE color: 1602522.

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

Color convert

RGB 218 115 24 -
CMYK 0 0.47 0.89 0.15
HSL 28.14º 0.8% 0.47% -
HSV(B) 28.14º 0.89% 0.85% -
XYZ 35.21 27.23 4.26 -
YUV 135.42 65.12 186.9 -
System Red Green Blue C M Y K H S L
Decimal 218 115 24 0 0.47 0.89 0.15 28.14 0.8 0.47
Hex DA 73 18 0 2F 59 F 1C 50 2F
Octal 332 163 30 0 57 131 17 34 120 57
Binary 11011010 1110011 11000 0 101111 1011001 1111 11100 1010000 101111

Color Harmonies of #DA7318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7318

Black with #DA7318

Text Example


Text Example

White with #DA7318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7318; }

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

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

background-color css

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

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

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

border-color css

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

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

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