Html Css Color HEX #DA7611 Chocolate

📋 copy color: '#DA7611'

red 218 ◦ green 118 ◦ blue 17

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

Shades of Chocolate #DA7611

Tints of Chocolate #DA7611

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.43%

 BLUE value IS 17 (7.03% from 255) = 4.82%

R = 61.76%
G = 33.43%
B = 4.82%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA7611 (or 0xDA7611) is known color: Chocolate. HEX triplet: DA, 76 and 11. RGB value is (218,118,17). Sum of RGB (Red+Green+Blue) = 218+118+17=353 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.76% from 353); Green value is 118 (46.48% from 255 or 33.43% from 353); Blue value is 17 (7.03% from 255 or 4.82% from 353); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7611 is #2589EE. Grayscale: #888888. Windows color (decimal): -2460143 or 1144538. OLE color: 1144538.

HSL color Cylindrical-coordinate representation of color #DA7611: hue angle of 30.15º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DA7611 is Cyan = 0, Magento = 0.46, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 118 17 -
CMYK 0 0.46 0.92 0.15
HSL 30.15º 0.86% 0.46% -
HSV(B) 30.15º 0.92% 0.85% -
XYZ 35.49 27.9 4.05 -
YUV 136.39 60.63 186.21 -
System Red Green Blue C M Y K H S L
Decimal 218 118 17 0 0.46 0.92 0.15 30.15 0.86 0.46
Hex DA 76 11 0 2E 5C F 1E 56 2E
Octal 332 166 21 0 56 134 17 36 126 56
Binary 11011010 1110110 10001 0 101110 1011100 1111 11110 1010110 101110

Color Harmonies of #DA7611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7611

Black with #DA7611

Text Example


Text Example

White with #DA7611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7611; }

 p { color: rgb(218,118,17); }

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

background-color css

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

 a { background-color: rgb(218,118,17); }

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

border-color css

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

 span { border-color: rgb(218,118,17); }

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