Html Css Color HEX #DA7511 Chocolate

📋 copy color: '#DA7511'

red 218 ◦ green 117 ◦ blue 17

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

Shades of Chocolate #DA7511

Tints of Chocolate #DA7511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.24%

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

R = 61.93%
G = 33.24%
B = 4.83%

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

#DA7511 (or 0xDA7511) is known color: Chocolate. HEX triplet: DA, 75 and 11. RGB value is (218,117,17). Sum of RGB (Red+Green+Blue) = 218+117+17=352 (46% of max value = 765). Red value is 218 (85.55% from 255 or 61.93% from 352); Green value is 117 (46.09% from 255 or 33.24% from 352); Blue value is 17 (7.03% from 255 or 4.83% from 352); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7511 is #258AEE. Grayscale: #888888. Windows color (decimal): -2460399 or 1144282. OLE color: 1144282.

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

Color convert

RGB 218 117 17 -
CMYK 0 0.46 0.92 0.15
HSL 29.85º 0.86% 0.46% -
HSV(B) 29.85º 0.92% 0.85% -
XYZ 35.38 27.67 4.01 -
YUV 135.8 60.96 186.63 -
System Red Green Blue C M Y K H S L
Decimal 218 117 17 0 0.46 0.92 0.15 29.85 0.86 0.46
Hex DA 75 11 0 2E 5C F 1E 56 2E
Octal 332 165 21 0 56 134 17 36 126 56
Binary 11011010 1110101 10001 0 101110 1011100 1111 11110 1010110 101110

Color Harmonies of #DA7511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7511

Black with #DA7511

Text Example


Text Example

White with #DA7511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7511; }

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

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

background-color css

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

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

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

border-color css

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

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

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