Html Css Color HEX #DA7417 Chocolate

📋 copy color: '#DA7417'

red 218 ◦ green 116 ◦ blue 23

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

Shades of Chocolate #DA7417

Tints of Chocolate #DA7417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 32.49%

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

R = 61.06%
G = 32.49%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.15

RGB Variations

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

Color information

#DA7417 (or 0xDA7417) is known color: Chocolate. HEX triplet: DA, 74 and 17. RGB value is (218,116,23). Sum of RGB (Red+Green+Blue) = 218+116+23=357 (47% of max value = 765). Red value is 218 (85.55% from 255 or 61.06% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 23 (9.38% from 255 or 6.44% from 357); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7417 is #258BE8. Grayscale: #888888. Windows color (decimal): -2460649 or 1537242. OLE color: 1537242.

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

Color convert

RGB 218 116 23 -
CMYK 0 0.47 0.89 0.15
HSL 28.62º 0.81% 0.47% -
HSV(B) 28.62º 0.89% 0.85% -
XYZ 35.31 27.46 4.25 -
YUV 135.9 64.29 186.56 -
System Red Green Blue C M Y K H S L
Decimal 218 116 23 0 0.47 0.89 0.15 28.62 0.81 0.47
Hex DA 74 17 0 2F 59 F 1D 51 2F
Octal 332 164 27 0 57 131 17 35 121 57
Binary 11011010 1110100 10111 0 101111 1011001 1111 11101 1010001 101111

Color Harmonies of #DA7417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7417

Black with #DA7417

Text Example


Text Example

White with #DA7417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7417; }

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

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

background-color css

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

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

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

border-color css

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

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

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