Html Css Color HEX #DA7411 Chocolate

📋 copy color: '#DA7411'

red 218 ◦ green 116 ◦ blue 17

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

Shades of Chocolate #DA7411

Tints of Chocolate #DA7411

RGB

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

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

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

R = 62.11%
G = 33.05%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA7411 (or 0xDA7411) is known color: Chocolate. HEX triplet: DA, 74 and 11. RGB value is (218,116,17). Sum of RGB (Red+Green+Blue) = 218+116+17=351 (46% of max value = 765). Red value is 218 (85.55% from 255 or 62.11% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 17 (7.03% from 255 or 4.84% from 351); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA7411 is #258BEE. Grayscale: #878787. Windows color (decimal): -2460655 or 1144026. OLE color: 1144026.

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

Color convert

RGB 218 116 17 -
CMYK 0 0.47 0.92 0.15
HSL 29.55º 0.86% 0.46% -
HSV(B) 29.55º 0.92% 0.85% -
XYZ 35.26 27.44 3.97 -
YUV 135.21 61.29 187.05 -
System Red Green Blue C M Y K H S L
Decimal 218 116 17 0 0.47 0.92 0.15 29.55 0.86 0.46
Hex DA 74 11 0 2F 5C F 1E 56 2E
Octal 332 164 21 0 57 134 17 36 126 56
Binary 11011010 1110100 10001 0 101111 1011100 1111 11110 1010110 101110

Color Harmonies of #DA7411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7411

Black with #DA7411

Text Example


Text Example

White with #DA7411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7411; }

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

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

background-color css

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

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

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

border-color css

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

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

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