Html Css Color HEX #DA6417 Chocolate

📋 copy color: '#DA6417'

red 218 ◦ green 100 ◦ blue 23

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

Shades of Chocolate #DA6417

Tints of Chocolate #DA6417

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.33%

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

R = 63.93%
G = 29.33%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA6417 (or 0xDA6417) is known color: Chocolate. HEX triplet: DA, 64 and 17. RGB value is (218,100,23). Sum of RGB (Red+Green+Blue) = 218+100+23=341 (45% of max value = 765). Red value is 218 (85.55% from 255 or 63.93% from 341); Green value is 100 (39.45% from 255 or 29.33% from 341); Blue value is 23 (9.38% from 255 or 6.74% from 341); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6417 is #259BE8. Grayscale: #7E7E7E. Windows color (decimal): -2464745 or 1533146. OLE color: 1533146.

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

Color convert

RGB 218 100 23 -
CMYK 0 0.54 0.89 0.15
HSL 23.69º 0.81% 0.47% -
HSV(B) 23.69º 0.89% 0.85% -
XYZ 33.63 24.08 3.69 -
YUV 126.5 69.59 193.26 -
System Red Green Blue C M Y K H S L
Decimal 218 100 23 0 0.54 0.89 0.15 23.69 0.81 0.47
Hex DA 64 17 0 36 59 F 18 51 2F
Octal 332 144 27 0 66 131 17 30 121 57
Binary 11011010 1100100 10111 0 110110 1011001 1111 11000 1010001 101111

Color Harmonies of #DA6417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6417

Black with #DA6417

Text Example


Text Example

White with #DA6417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6417; }

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

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

background-color css

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

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

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

border-color css

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

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

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