Html Css Color HEX #DA5017 Chocolate

📋 copy color: '#DA5017'

red 218 ◦ green 80 ◦ blue 23

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

Shades of Chocolate #DA5017

Tints of Chocolate #DA5017

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.92%

 BLUE value IS 23 (9.38% from 255) = 7.17%

R = 67.91%
G = 24.92%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5017 (or 0xDA5017) is known color: Chocolate. HEX triplet: DA, 50 and 17. RGB value is (218,80,23). Sum of RGB (Red+Green+Blue) = 218+80+23=321 (42% of max value = 765). Red value is 218 (85.55% from 255 or 67.91% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 23 (9.38% from 255 or 7.17% from 321); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5017 is #25AFE8. Grayscale: #737373. Windows color (decimal): -2469865 or 1528026. OLE color: 1528026.

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

Color convert

RGB 218 80 23 -
CMYK 0 0.63 0.89 0.15
HSL 17.54º 0.81% 0.47% -
HSV(B) 17.54º 0.89% 0.85% -
XYZ 31.94 20.7 3.12 -
YUV 114.76 76.22 201.63 -
System Red Green Blue C M Y K H S L
Decimal 218 80 23 0 0.63 0.89 0.15 17.54 0.81 0.47
Hex DA 50 17 0 3F 59 F 12 51 2F
Octal 332 120 27 0 77 131 17 22 121 57
Binary 11011010 1010000 10111 0 111111 1011001 1111 10010 1010001 101111

Color Harmonies of #DA5017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5017

Black with #DA5017

Text Example


Text Example

White with #DA5017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5017; }

 p { color: rgb(218,80,23); }

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

background-color css

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

 a { background-color: rgb(218,80,23); }

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

border-color css

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

 span { border-color: rgb(218,80,23); }

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