Html Css Color HEX #DA6819 Chocolate

📋 copy color: '#DA6819'

red 218 ◦ green 104 ◦ blue 25

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

Shades of Chocolate #DA6819

Tints of Chocolate #DA6819

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.97%

 BLUE value IS 25 (10.16% from 255) = 7.2%

R = 62.82%
G = 29.97%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6819 (or 0xDA6819) is known color: Chocolate. HEX triplet: DA, 68 and 19. RGB value is (218,104,25). Sum of RGB (Red+Green+Blue) = 218+104+25=347 (45% of max value = 765). Red value is 218 (85.55% from 255 or 62.82% from 347); Green value is 104 (41.02% from 255 or 29.97% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6819 is #2597E6. Grayscale: #818181. Windows color (decimal): -2463719 or 1665242. OLE color: 1665242.

HSL color Cylindrical-coordinate representation of color #DA6819: hue angle of 24.56º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA6819 is Cyan = 0, Magento = 0.52, Yellow = 0.89 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 104 25 -
CMYK 0 0.52 0.89 0.15
HSL 24.56º 0.79% 0.48% -
HSV(B) 24.56º 0.89% 0.85% -
XYZ 34.04 24.88 3.93 -
YUV 129.08 69.27 191.42 -
System Red Green Blue C M Y K H S L
Decimal 218 104 25 0 0.52 0.89 0.15 24.56 0.79 0.48
Hex DA 68 19 0 34 59 F 19 4F 30
Octal 332 150 31 0 64 131 17 31 117 60
Binary 11011010 1101000 11001 0 110100 1011001 1111 11001 1001111 110000

Color Harmonies of #DA6819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6819

Black with #DA6819

Text Example


Text Example

White with #DA6819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6819; }

 p { color: rgb(218,104,25); }

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

background-color css

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

 a { background-color: rgb(218,104,25); }

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

border-color css

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

 span { border-color: rgb(218,104,25); }

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