Html Css Color HEX #DA6711 Chocolate

📋 copy color: '#DA6711'

red 218 ◦ green 103 ◦ blue 17

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

Shades of Chocolate #DA6711

Tints of Chocolate #DA6711

RGB

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

 GREEN value IS 103 (40.63% from 255) = 30.47%

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

R = 64.5%
G = 30.47%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#DA6711 (or 0xDA6711) is known color: Chocolate. HEX triplet: DA, 67 and 11. RGB value is (218,103,17). Sum of RGB (Red+Green+Blue) = 218+103+17=338 (44% of max value = 765). Red value is 218 (85.55% from 255 or 64.50% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 17 (7.03% from 255 or 5.03% from 338); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6711 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DA6711 is #2598EE. Grayscale: #808080. Windows color (decimal): -2463983 or 1140698. OLE color: 1140698.

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

Color convert

RGB 218 103 17 -
CMYK 0 0.53 0.92 0.15
HSL 25.67º 0.86% 0.46% -
HSV(B) 25.67º 0.92% 0.85% -
XYZ 33.86 24.65 3.5 -
YUV 127.58 65.6 192.49 -
System Red Green Blue C M Y K H S L
Decimal 218 103 17 0 0.53 0.92 0.15 25.67 0.86 0.46
Hex DA 67 11 0 35 5C F 1A 56 2E
Octal 332 147 21 0 65 134 17 32 126 56
Binary 11011010 1100111 10001 0 110101 1011100 1111 11010 1010110 101110

Color Harmonies of #DA6711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA6711

Black with #DA6711

Text Example


Text Example

White with #DA6711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA6711; }

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

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

background-color css

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

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

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

border-color css

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

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

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