Html Css Color HEX #DA6219 Chocolate

📋 copy color: '#DA6219'

red 218 ◦ green 98 ◦ blue 25

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

Shades of Chocolate #DA6219

Tints of Chocolate #DA6219

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.74%

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

R = 63.93%
G = 28.74%
B = 7.33%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6219 (or 0xDA6219) is known color: Chocolate. HEX triplet: DA, 62 and 19. RGB value is (218,98,25). Sum of RGB (Red+Green+Blue) = 218+98+25=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 98 (38.67% from 255 or 28.74% from 341); Blue value is 25 (10.16% from 255 or 7.33% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6219 is #259DE6. Grayscale: #7D7D7D. Windows color (decimal): -2465255 or 1663706. OLE color: 1663706.

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

Color convert

RGB 218 98 25 -
CMYK 0 0.55 0.89 0.15
HSL 22.69º 0.79% 0.48% -
HSV(B) 22.69º 0.89% 0.85% -
XYZ 33.46 23.71 3.73 -
YUV 125.56 71.26 193.94 -
System Red Green Blue C M Y K H S L
Decimal 218 98 25 0 0.55 0.89 0.15 22.69 0.79 0.48
Hex DA 62 19 0 37 59 F 17 4F 30
Octal 332 142 31 0 67 131 17 27 117 60
Binary 11011010 1100010 11001 0 110111 1011001 1111 10111 1001111 110000

Color Harmonies of #DA6219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6219

Black with #DA6219

Text Example


Text Example

White with #DA6219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6219; }

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

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

background-color css

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

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

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

border-color css

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

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

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