Html Css Color HEX #DA6117 Chocolate

📋 copy color: '#DA6117'

red 218 ◦ green 97 ◦ blue 23

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

Shades of Chocolate #DA6117

Tints of Chocolate #DA6117

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

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

R = 64.5%
G = 28.7%
B = 6.8%

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

#DA6117 (or 0xDA6117) is known color: Chocolate. HEX triplet: DA, 61 and 17. RGB value is (218,97,23). Sum of RGB (Red+Green+Blue) = 218+97+23=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6117 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6117 is #259EE8. Grayscale: #7D7D7D. Windows color (decimal): -2465513 or 1532378. OLE color: 1532378.

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

Color convert

RGB 218 97 23 -
CMYK 0 0.56 0.89 0.15
HSL 22.77º 0.81% 0.47% -
HSV(B) 22.77º 0.89% 0.85% -
XYZ 33.34 23.52 3.59 -
YUV 124.74 70.59 194.52 -
System Red Green Blue C M Y K H S L
Decimal 218 97 23 0 0.56 0.89 0.15 22.77 0.81 0.47
Hex DA 61 17 0 38 59 F 17 51 2F
Octal 332 141 27 0 70 131 17 27 121 57
Binary 11011010 1100001 10111 0 111000 1011001 1111 10111 1010001 101111

Color Harmonies of #DA6117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6117

Black with #DA6117

Text Example


Text Example

White with #DA6117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6117; }

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

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

background-color css

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

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

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

border-color css

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

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

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