Html Css Color HEX #DA8C66 Copper

📋 copy color: '#DA8C66'

red 218 ◦ green 140 ◦ blue 102

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

Shades of Copper #DA8C66

Tints of Copper #DA8C66

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

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

R = 47.39%
G = 30.43%
B = 22.17%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8C66 (or 0xDA8C66) is known color: Copper. HEX triplet: DA, 8C and 66. RGB value is (218,140,102). Sum of RGB (Red+Green+Blue) = 218+140+102=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8C66 is #257399. Grayscale: #9F9F9F. Windows color (decimal): -2454426 or 6720730. OLE color: 6720730.

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

Color convert

RGB 218 140 102 -
CMYK 0 0.36 0.53 0.15
HSL 19.66º 0.61% 0.63% -
HSV(B) 19.66º 0.53% 0.85% -
XYZ 40.69 34.62 17.11 -
YUV 158.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 218 140 102 0 0.36 0.53 0.15 19.66 0.61 0.63
Hex DA 8C 66 0 24 35 F 14 3D 3F
Octal 332 214 146 0 44 65 17 24 75 77
Binary 11011010 10001100 1100110 0 100100 110101 1111 10100 111101 111111

Color Harmonies of #DA8C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8C66

Black with #DA8C66

Text Example


Text Example

White with #DA8C66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8C66; }

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

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

background-color css

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

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

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

border-color css

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

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

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