Html Css Color HEX #DA8666 Copper

📋 copy color: '#DA8666'

red 218 ◦ green 134 ◦ blue 102

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

Shades of Copper #DA8666

Tints of Copper #DA8666

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.52%

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

R = 48.02%
G = 29.52%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8666 (or 0xDA8666) is known color: Copper. HEX triplet: DA, 86 and 66. RGB value is (218,134,102). Sum of RGB (Red+Green+Blue) = 218+134+102=454 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.02% from 454); Green value is 134 (52.73% from 255 or 29.52% from 454); Blue value is 102 (40.23% from 255 or 22.47% from 454); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8666 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8666 is #257999. Grayscale: #9B9B9B. Windows color (decimal): -2455962 or 6719194. OLE color: 6719194.

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

Color convert

RGB 218 134 102 -
CMYK 0 0.39 0.53 0.15
HSL 16.55º 0.61% 0.63% -
HSV(B) 16.55º 0.53% 0.85% -
XYZ 39.84 32.91 16.82 -
YUV 155.47 97.83 172.6 -
System Red Green Blue C M Y K H S L
Decimal 218 134 102 0 0.39 0.53 0.15 16.55 0.61 0.63
Hex DA 86 66 0 27 35 F 11 3D 3F
Octal 332 206 146 0 47 65 17 21 75 77
Binary 11011010 10000110 1100110 0 100111 110101 1111 10001 111101 111111

Color Harmonies of #DA8666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8666

Black with #DA8666

Text Example


Text Example

White with #DA8666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8666; }

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

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

background-color css

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

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

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

border-color css

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

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

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