Html Css Color HEX #DA6019 Chocolate

📋 copy color: '#DA6019'

red 218 ◦ green 96 ◦ blue 25

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

Shades of Chocolate #DA6019

Tints of Chocolate #DA6019

RGB

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

 GREEN value IS 96 (37.89% from 255) = 28.32%

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

R = 64.31%
G = 28.32%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6019 (or 0xDA6019) is known color: Chocolate. HEX triplet: DA, 60 and 19. RGB value is (218,96,25). Sum of RGB (Red+Green+Blue) = 218+96+25=339 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.31% from 339); Green value is 96 (37.89% from 255 or 28.32% from 339); Blue value is 25 (10.16% from 255 or 7.37% from 339); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6019 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6019 is #259FE6. Grayscale: #7C7C7C. Windows color (decimal): -2465767 or 1663194. OLE color: 1663194.

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

Color convert

RGB 218 96 25 -
CMYK 0 0.56 0.89 0.15
HSL 22.07º 0.79% 0.48% -
HSV(B) 22.07º 0.89% 0.85% -
XYZ 33.27 23.34 3.67 -
YUV 124.38 71.92 194.77 -
System Red Green Blue C M Y K H S L
Decimal 218 96 25 0 0.56 0.89 0.15 22.07 0.79 0.48
Hex DA 60 19 0 38 59 F 16 4F 30
Octal 332 140 31 0 70 131 17 26 117 60
Binary 11011010 1100000 11001 0 111000 1011001 1111 10110 1001111 110000

Color Harmonies of #DA6019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6019

Black with #DA6019

Text Example


Text Example

White with #DA6019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6019; }

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

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

background-color css

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

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

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

border-color css

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

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

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