Html Css Color HEX #DA8265 Copper

📋 copy color: '#DA8265'

red 218 ◦ green 130 ◦ blue 101

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

Shades of Copper #DA8265

Tints of Copper #DA8265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.49%

R = 48.55%
G = 28.95%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA8265 (or 0xDA8265) is known color: Copper. HEX triplet: DA, 82 and 65. RGB value is (218,130,101). Sum of RGB (Red+Green+Blue) = 218+130+101=449 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.55% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 101 (39.84% from 255 or 22.49% from 449); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8265 is #257D9A. Grayscale: #999999. Windows color (decimal): -2456987 or 6652634. OLE color: 6652634.

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

Color convert

RGB 218 130 101 -
CMYK 0 0.40 0.54 0.15
HSL 14.87º 0.61% 0.63% -
HSV(B) 14.87º 0.54% 0.85% -
XYZ 39.25 31.81 16.38 -
YUV 153.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 218 130 101 0 0.40 0.54 0.15 14.87 0.61 0.63
Hex DA 82 65 0 28 36 F F 3D 3F
Octal 332 202 145 0 50 66 17 17 75 77
Binary 11011010 10000010 1100101 0 101000 110110 1111 1111 111101 111111

Color Harmonies of #DA8265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8265

Black with #DA8265

Text Example


Text Example

White with #DA8265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8265; }

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

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

background-color css

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

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

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

border-color css

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

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

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