Html Css Color HEX #DA9065 Copper

📋 copy color: '#DA9065'

red 218 ◦ green 144 ◦ blue 101

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

Shades of Copper #DA9065

Tints of Copper #DA9065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.1%

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

R = 47.08%
G = 31.1%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#DA9065 (or 0xDA9065) is known color: Copper. HEX triplet: DA, 90 and 65. RGB value is (218,144,101). Sum of RGB (Red+Green+Blue) = 218+144+101=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9065 is #256F9A. Grayscale: #A1A1A1. Windows color (decimal): -2453403 or 6656218. OLE color: 6656218.

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

Color convert

RGB 218 144 101 -
CMYK 0 0.34 0.54 0.15
HSL 22.05º 0.61% 0.63% -
HSV(B) 22.05º 0.54% 0.85% -
XYZ 41.24 35.79 17.05 -
YUV 161.22 94.02 168.5 -
System Red Green Blue C M Y K H S L
Decimal 218 144 101 0 0.34 0.54 0.15 22.05 0.61 0.63
Hex DA 90 65 0 22 36 F 16 3D 3F
Octal 332 220 145 0 42 66 17 26 75 77
Binary 11011010 10010000 1100101 0 100010 110110 1111 10110 111101 111111

Color Harmonies of #DA9065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9065

Black with #DA9065

Text Example


Text Example

White with #DA9065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9065; }

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

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

background-color css

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

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

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

border-color css

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

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

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