Html Css Color HEX #DA6718 Chocolate

📋 copy color: '#DA6718'

red 218 ◦ green 103 ◦ blue 24

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

Shades of Chocolate #DA6718

Tints of Chocolate #DA6718

RGB

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

 GREEN value IS 103 (40.63% from 255) = 29.86%

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

R = 63.19%
G = 29.86%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6718 (or 0xDA6718) is known color: Chocolate. HEX triplet: DA, 67 and 18. RGB value is (218,103,24). Sum of RGB (Red+Green+Blue) = 218+103+24=345 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.19% from 345); Green value is 103 (40.62% from 255 or 29.86% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6718 is #2598E7. Grayscale: #808080. Windows color (decimal): -2463976 or 1599450. OLE color: 1599450.

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

Color convert

RGB 218 103 24 -
CMYK 0 0.53 0.89 0.15
HSL 24.43º 0.8% 0.47% -
HSV(B) 24.43º 0.89% 0.85% -
XYZ 33.93 24.67 3.84 -
YUV 128.38 69.1 191.92 -
System Red Green Blue C M Y K H S L
Decimal 218 103 24 0 0.53 0.89 0.15 24.43 0.8 0.47
Hex DA 67 18 0 35 59 F 18 50 2F
Octal 332 147 30 0 65 131 17 30 120 57
Binary 11011010 1100111 11000 0 110101 1011001 1111 11000 1010000 101111

Color Harmonies of #DA6718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6718

Black with #DA6718

Text Example


Text Example

White with #DA6718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6718; }

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

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

background-color css

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

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

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

border-color css

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

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

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