Html Css Color HEX #DA7218 Chocolate

📋 copy color: '#DA7218'

red 218 ◦ green 114 ◦ blue 24

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

Shades of Chocolate #DA7218

Tints of Chocolate #DA7218

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.02%

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

R = 61.24%
G = 32.02%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7218 (or 0xDA7218) is known color: Chocolate. HEX triplet: DA, 72 and 18. RGB value is (218,114,24). Sum of RGB (Red+Green+Blue) = 218+114+24=356 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.24% from 356); Green value is 114 (44.92% from 255 or 32.02% from 356); Blue value is 24 (9.77% from 255 or 6.74% from 356); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7218 is #258DE7. Grayscale: #878787. Windows color (decimal): -2461160 or 1602266. OLE color: 1602266.

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

Color convert

RGB 218 114 24 -
CMYK 0 0.48 0.89 0.15
HSL 27.84º 0.8% 0.47% -
HSV(B) 27.84º 0.89% 0.85% -
XYZ 35.1 27.01 4.23 -
YUV 134.84 65.46 187.32 -
System Red Green Blue C M Y K H S L
Decimal 218 114 24 0 0.48 0.89 0.15 27.84 0.8 0.47
Hex DA 72 18 0 30 59 F 1C 50 2F
Octal 332 162 30 0 60 131 17 34 120 57
Binary 11011010 1110010 11000 0 110000 1011001 1111 11100 1010000 101111

Color Harmonies of #DA7218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7218

Black with #DA7218

Text Example


Text Example

White with #DA7218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7218; }

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

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

background-color css

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

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

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

border-color css

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

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

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