Html Css Color HEX #DA8263 Copper

📋 copy color: '#DA8263'

red 218 ◦ green 130 ◦ blue 99

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

Shades of Copper #DA8263

Tints of Copper #DA8263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 48.77%
G = 29.08%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#DA8263 (or 0xDA8263) is known color: Copper. HEX triplet: DA, 82 and 63. RGB value is (218,130,99). Sum of RGB (Red+Green+Blue) = 218+130+99=447 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.77% from 447); Green value is 130 (51.17% from 255 or 29.08% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8263 is #257D9C. Grayscale: #989898. Windows color (decimal): -2456989 or 6521562. OLE color: 6521562.

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

Color convert

RGB 218 130 99 -
CMYK 0 0.40 0.55 0.15
HSL 15.63º 0.62% 0.62% -
HSV(B) 15.63º 0.55% 0.85% -
XYZ 39.15 31.77 15.87 -
YUV 152.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 218 130 99 0 0.40 0.55 0.15 15.63 0.62 0.62
Hex DA 82 63 0 28 37 F 10 3E 3E
Octal 332 202 143 0 50 67 17 20 76 76
Binary 11011010 10000010 1100011 0 101000 110111 1111 10000 111110 111110

Color Harmonies of #DA8263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8263

Black with #DA8263

Text Example


Text Example

White with #DA8263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8263; }

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

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

background-color css

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

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

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

border-color css

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

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

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