Html Css Color HEX #DA8166 Copper

📋 copy color: '#DA8166'

red 218 ◦ green 129 ◦ blue 102

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

Shades of Copper #DA8166

Tints of Copper #DA8166

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 102 (40.23% from 255) = 22.72%

R = 48.55%
G = 28.73%
B = 22.72%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8166 (or 0xDA8166) is known color: Copper. HEX triplet: DA, 81 and 66. RGB value is (218,129,102). Sum of RGB (Red+Green+Blue) = 218+129+102=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8166 is #257E99. Grayscale: #989898. Windows color (decimal): -2457242 or 6717914. OLE color: 6717914.

HSL color Cylindrical-coordinate representation of color #DA8166: hue angle of 13.97º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DA8166 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 102 -
CMYK 0 0.41 0.53 0.15
HSL 13.97º 0.61% 0.63% -
HSV(B) 13.97º 0.53% 0.85% -
XYZ 39.16 31.57 16.6 -
YUV 152.53 99.49 174.7 -
System Red Green Blue C M Y K H S L
Decimal 218 129 102 0 0.41 0.53 0.15 13.97 0.61 0.63
Hex DA 81 66 0 29 35 F E 3D 3F
Octal 332 201 146 0 51 65 17 16 75 77
Binary 11011010 10000001 1100110 0 101001 110101 1111 1110 111101 111111

Color Harmonies of #DA8166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8166

Black with #DA8166

Text Example


Text Example

White with #DA8166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8166; }

 p { color: rgb(218,129,102); }

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

background-color css

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

 a { background-color: rgb(218,129,102); }

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

border-color css

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

 span { border-color: rgb(218,129,102); }

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