Html Css Color HEX #DA6519 Chocolate

📋 copy color: '#DA6519'

red 218 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #DA6519

Tints of Chocolate #DA6519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.36%

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

R = 63.37%
G = 29.36%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6519 (or 0xDA6519) is known color: Chocolate. HEX triplet: DA, 65 and 19. RGB value is (218,101,25). Sum of RGB (Red+Green+Blue) = 218+101+25=344 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.37% from 344); Green value is 101 (39.84% from 255 or 29.36% from 344); Blue value is 25 (10.16% from 255 or 7.27% from 344); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6519 is #259AE6. Grayscale: #7F7F7F. Windows color (decimal): -2464487 or 1664474. OLE color: 1664474.

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

Color convert

RGB 218 101 25 -
CMYK 0 0.54 0.89 0.15
HSL 23.63º 0.79% 0.48% -
HSV(B) 23.63º 0.89% 0.85% -
XYZ 33.74 24.28 3.83 -
YUV 127.32 70.26 192.68 -
System Red Green Blue C M Y K H S L
Decimal 218 101 25 0 0.54 0.89 0.15 23.63 0.79 0.48
Hex DA 65 19 0 36 59 F 18 4F 30
Octal 332 145 31 0 66 131 17 30 117 60
Binary 11011010 1100101 11001 0 110110 1011001 1111 11000 1001111 110000

Color Harmonies of #DA6519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6519

Black with #DA6519

Text Example


Text Example

White with #DA6519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6519; }

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

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

background-color css

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

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

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

border-color css

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

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

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