Html Css Color HEX #DA8F66 Copper

📋 copy color: '#DA8F66'

red 218 ◦ green 143 ◦ blue 102

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

Shades of Copper #DA8F66

Tints of Copper #DA8F66

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.89%

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

R = 47.08%
G = 30.89%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8F66 (or 0xDA8F66) is known color: Copper. HEX triplet: DA, 8F and 66. RGB value is (218,143,102). Sum of RGB (Red+Green+Blue) = 218+143+102=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 143 (56.25% from 255 or 30.89% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8F66 is #257099. Grayscale: #A0A0A0. Windows color (decimal): -2453658 or 6721498. OLE color: 6721498.

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

Color convert

RGB 218 143 102 -
CMYK 0 0.34 0.53 0.15
HSL 21.21º 0.61% 0.63% -
HSV(B) 21.21º 0.53% 0.85% -
XYZ 41.13 35.51 17.26 -
YUV 160.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 218 143 102 0 0.34 0.53 0.15 21.21 0.61 0.63
Hex DA 8F 66 0 22 35 F 15 3D 3F
Octal 332 217 146 0 42 65 17 25 75 77
Binary 11011010 10001111 1100110 0 100010 110101 1111 10101 111101 111111

Color Harmonies of #DA8F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8F66

Black with #DA8F66

Text Example


Text Example

White with #DA8F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8F66; }

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

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

background-color css

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

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

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

border-color css

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

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

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