Html Css Color HEX #DA9069 Copper

📋 copy color: '#DA9069'

red 218 ◦ green 144 ◦ blue 105

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

Shades of Copper #DA9069

Tints of Copper #DA9069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.48%

R = 46.68%
G = 30.84%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#DA9069 (or 0xDA9069) is known color: Copper. HEX triplet: DA, 90 and 69. RGB value is (218,144,105). Sum of RGB (Red+Green+Blue) = 218+144+105=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 144 (56.64% from 255 or 30.84% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA9069 is #256F96. Grayscale: #A1A1A1. Windows color (decimal): -2453399 or 6918362. OLE color: 6918362.

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

Color convert

RGB 218 144 105 -
CMYK 0 0.34 0.52 0.15
HSL 20.71º 0.6% 0.63% -
HSV(B) 20.71º 0.52% 0.85% -
XYZ 41.44 35.87 18.1 -
YUV 161.68 96.02 168.17 -
System Red Green Blue C M Y K H S L
Decimal 218 144 105 0 0.34 0.52 0.15 20.71 0.6 0.63
Hex DA 90 69 0 22 34 F 15 3C 3F
Octal 332 220 151 0 42 64 17 25 74 77
Binary 11011010 10010000 1101001 0 100010 110100 1111 10101 111100 111111

Color Harmonies of #DA9069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA9069

Black with #DA9069

Text Example


Text Example

White with #DA9069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA9069; }

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

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

background-color css

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

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

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

border-color css

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

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

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