Html Css Color HEX #DA8261 Copper

📋 copy color: '#DA8261'

red 218 ◦ green 130 ◦ blue 97

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

Shades of Copper #DA8261

Tints of Copper #DA8261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 21.8%

R = 48.99%
G = 29.21%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#DA8261 (or 0xDA8261) is known color: Copper. HEX triplet: DA, 82 and 61. RGB value is (218,130,97). Sum of RGB (Red+Green+Blue) = 218+130+97=445 (58% of max value = 765). Red value is 218 (85.55% from 255 or 48.99% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 97 (38.28% from 255 or 21.80% from 445); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8261 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8261 is #257D9E. Grayscale: #989898. Windows color (decimal): -2456991 or 6390490. OLE color: 6390490.

HSL color Cylindrical-coordinate representation of color #DA8261: hue angle of 16.36º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA8261 is Cyan = 0, Magento = 0.40, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 130 97 -
CMYK 0 0.40 0.56 0.15
HSL 16.36º 0.62% 0.62% -
HSV(B) 16.36º 0.56% 0.85% -
XYZ 39.05 31.73 15.38 -
YUV 152.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 218 130 97 0 0.40 0.56 0.15 16.36 0.62 0.62
Hex DA 82 61 0 28 38 F 10 3E 3E
Octal 332 202 141 0 50 70 17 20 76 76
Binary 11011010 10000010 1100001 0 101000 111000 1111 10000 111110 111110

Color Harmonies of #DA8261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8261

Black with #DA8261

Text Example


Text Example

White with #DA8261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8261; }

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

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

background-color css

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

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

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

border-color css

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

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

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