Html Css Color HEX #DA5417 Chocolate

📋 copy color: '#DA5417'

red 218 ◦ green 84 ◦ blue 23

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

Shades of Chocolate #DA5417

Tints of Chocolate #DA5417

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.85%

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

R = 67.08%
G = 25.85%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA5417 (or 0xDA5417) is known color: Chocolate. HEX triplet: DA, 54 and 17. RGB value is (218,84,23). Sum of RGB (Red+Green+Blue) = 218+84+23=325 (43% of max value = 765). Red value is 218 (85.55% from 255 or 67.08% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 23 (9.38% from 255 or 7.08% from 325); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5417 is #25ABE8. Grayscale: #757575. Windows color (decimal): -2468841 or 1529050. OLE color: 1529050.

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

Color convert

RGB 218 84 23 -
CMYK 0 0.61 0.89 0.15
HSL 18.77º 0.81% 0.47% -
HSV(B) 18.77º 0.89% 0.85% -
XYZ 32.24 21.31 3.22 -
YUV 117.11 74.89 199.96 -
System Red Green Blue C M Y K H S L
Decimal 218 84 23 0 0.61 0.89 0.15 18.77 0.81 0.47
Hex DA 54 17 0 3D 59 F 13 51 2F
Octal 332 124 27 0 75 131 17 23 121 57
Binary 11011010 1010100 10111 0 111101 1011001 1111 10011 1010001 101111

Color Harmonies of #DA5417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5417

Black with #DA5417

Text Example


Text Example

White with #DA5417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5417; }

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

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

background-color css

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

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

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

border-color css

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

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

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