Html Css Color HEX #DA7017 Chocolate

📋 copy color: '#DA7017'

red 218 ◦ green 112 ◦ blue 23

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

Shades of Chocolate #DA7017

Tints of Chocolate #DA7017

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.73%

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

R = 61.76%
G = 31.73%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7017 (or 0xDA7017) is known color: Chocolate. HEX triplet: DA, 70 and 17. RGB value is (218,112,23). Sum of RGB (Red+Green+Blue) = 218+112+23=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 23 (9.38% from 255 or 6.52% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7017 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7017 is #258FE8. Grayscale: #868686. Windows color (decimal): -2461673 or 1536218. OLE color: 1536218.

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

Color convert

RGB 218 112 23 -
CMYK 0 0.49 0.89 0.15
HSL 27.38º 0.81% 0.47% -
HSV(B) 27.38º 0.89% 0.85% -
XYZ 34.86 26.56 4.1 -
YUV 133.55 65.62 188.24 -
System Red Green Blue C M Y K H S L
Decimal 218 112 23 0 0.49 0.89 0.15 27.38 0.81 0.47
Hex DA 70 17 0 31 59 F 1B 51 2F
Octal 332 160 27 0 61 131 17 33 121 57
Binary 11011010 1110000 10111 0 110001 1011001 1111 11011 1010001 101111

Color Harmonies of #DA7017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7017

Black with #DA7017

Text Example


Text Example

White with #DA7017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7017; }

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

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

background-color css

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

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

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

border-color css

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

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

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