Html Css Color HEX #DA8066 Copper

📋 copy color: '#DA8066'

red 218 ◦ green 128 ◦ blue 102

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

Shades of Copper #DA8066

Tints of Copper #DA8066

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.57%

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

R = 48.66%
G = 28.57%
B = 22.77%

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

#DA8066 (or 0xDA8066) is known color: Copper. HEX triplet: DA, 80 and 66. RGB value is (218,128,102). Sum of RGB (Red+Green+Blue) = 218+128+102=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 102 (40.23% from 255 or 22.77% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8066 is #257F99. Grayscale: #989898. Windows color (decimal): -2457498 or 6717658. OLE color: 6717658.

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

Color convert

RGB 218 128 102 -
CMYK 0 0.41 0.53 0.15
HSL 13.45º 0.61% 0.63% -
HSV(B) 13.45º 0.53% 0.85% -
XYZ 39.03 31.3 16.56 -
YUV 151.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 218 128 102 0 0.41 0.53 0.15 13.45 0.61 0.63
Hex DA 80 66 0 29 35 F D 3D 3F
Octal 332 200 146 0 51 65 17 15 75 77
Binary 11011010 10000000 1100110 0 101001 110101 1111 1101 111101 111111

Color Harmonies of #DA8066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8066

Black with #DA8066

Text Example


Text Example

White with #DA8066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8066; }

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

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

background-color css

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

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

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

border-color css

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

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

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