Html Css Color HEX #DA5F17 Chocolate

📋 copy color: '#DA5F17'

red 218 ◦ green 95 ◦ blue 23

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

Shades of Chocolate #DA5F17

Tints of Chocolate #DA5F17

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

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

R = 64.88%
G = 28.27%
B = 6.85%

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

#DA5F17 (or 0xDA5F17) is known color: Chocolate. HEX triplet: DA, 5F and 17. RGB value is (218,95,23). Sum of RGB (Red+Green+Blue) = 218+95+23=336 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.88% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 23 (9.38% from 255 or 6.85% from 336); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F17 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA5F17 is #25A0E8. Grayscale: #7B7B7B. Windows color (decimal): -2466025 or 1531866. OLE color: 1531866.

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

Color convert

RGB 218 95 23 -
CMYK 0 0.56 0.89 0.15
HSL 22.15º 0.81% 0.47% -
HSV(B) 22.15º 0.89% 0.85% -
XYZ 33.16 23.15 3.53 -
YUV 123.57 71.25 195.35 -
System Red Green Blue C M Y K H S L
Decimal 218 95 23 0 0.56 0.89 0.15 22.15 0.81 0.47
Hex DA 5F 17 0 38 59 F 16 51 2F
Octal 332 137 27 0 70 131 17 26 121 57
Binary 11011010 1011111 10111 0 111000 1011001 1111 10110 1010001 101111

Color Harmonies of #DA5F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F17

Black with #DA5F17

Text Example


Text Example

White with #DA5F17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F17; }

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

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

background-color css

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

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

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

border-color css

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

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

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