Html Css Color HEX #DA8D66 Copper

📋 copy color: '#DA8D66'

red 218 ◦ green 141 ◦ blue 102

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

Shades of Copper #DA8D66

Tints of Copper #DA8D66

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.59%

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

R = 47.29%
G = 30.59%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8D66 (or 0xDA8D66) is known color: Copper. HEX triplet: DA, 8D and 66. RGB value is (218,141,102). Sum of RGB (Red+Green+Blue) = 218+141+102=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8D66 is #257299. Grayscale: #9F9F9F. Windows color (decimal): -2454170 or 6720986. OLE color: 6720986.

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

Color convert

RGB 218 141 102 -
CMYK 0 0.35 0.53 0.15
HSL 20.17º 0.61% 0.63% -
HSV(B) 20.17º 0.53% 0.85% -
XYZ 40.84 34.91 17.16 -
YUV 159.58 95.51 169.67 -
System Red Green Blue C M Y K H S L
Decimal 218 141 102 0 0.35 0.53 0.15 20.17 0.61 0.63
Hex DA 8D 66 0 23 35 F 14 3D 3F
Octal 332 215 146 0 43 65 17 24 75 77
Binary 11011010 10001101 1100110 0 100011 110101 1111 10100 111101 111111

Color Harmonies of #DA8D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8D66

Black with #DA8D66

Text Example


Text Example

White with #DA8D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8D66; }

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

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

background-color css

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

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

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

border-color css

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

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

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