Html Css Color HEX #DA8266 Copper

📋 copy color: '#DA8266'

red 218 ◦ green 130 ◦ blue 102

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

Shades of Copper #DA8266

Tints of Copper #DA8266

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 48.44%
G = 28.89%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DA8266 (or 0xDA8266) is known color: Copper. HEX triplet: DA, 82 and 66. RGB value is (218,130,102). Sum of RGB (Red+Green+Blue) = 218+130+102=450 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.44% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8266 is #257D99. Grayscale: #999999. Windows color (decimal): -2456986 or 6718170. OLE color: 6718170.

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

Color convert

RGB 218 130 102 -
CMYK 0 0.40 0.53 0.15
HSL 14.48º 0.61% 0.63% -
HSV(B) 14.48º 0.53% 0.85% -
XYZ 39.29 31.83 16.64 -
YUV 153.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 218 130 102 0 0.40 0.53 0.15 14.48 0.61 0.63
Hex DA 82 66 0 28 35 F E 3D 3F
Octal 332 202 146 0 50 65 17 16 75 77
Binary 11011010 10000010 1100110 0 101000 110101 1111 1110 111101 111111

Color Harmonies of #DA8266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8266

Black with #DA8266

Text Example


Text Example

White with #DA8266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8266; }

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

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

background-color css

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

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

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

border-color css

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

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

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