Html Css Color HEX #DA906E Copper

📋 copy color: '#DA906E'

red 218 ◦ green 144 ◦ blue 110

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

Shades of Copper #DA906E

Tints of Copper #DA906E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.31%

R = 46.19%
G = 30.51%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA906E (or 0xDA906E) is known color: Copper. HEX triplet: DA, 90 and 6E. RGB value is (218,144,110). Sum of RGB (Red+Green+Blue) = 218+144+110=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 144 (56.64% from 255 or 30.51% from 472); Blue value is 110 (43.36% from 255 or 23.31% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA906E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA906E is #256F91. Grayscale: #A2A2A2. Windows color (decimal): -2453394 or 7246042. OLE color: 7246042.

HSL color Cylindrical-coordinate representation of color #DA906E: hue angle of 18.89º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA906E is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 144 110 -
CMYK 0 0.34 0.50 0.15
HSL 18.89º 0.59% 0.64% -
HSV(B) 18.89º 0.5% 0.85% -
XYZ 41.7 35.98 19.5 -
YUV 162.25 98.52 167.76 -
System Red Green Blue C M Y K H S L
Decimal 218 144 110 0 0.34 0.50 0.15 18.89 0.59 0.64
Hex DA 90 6E 0 22 32 F 13 3B 40
Octal 332 220 156 0 42 62 17 23 73 100
Binary 11011010 10010000 1101110 0 100010 110010 1111 10011 111011 1000000

Color Harmonies of #DA906E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA906E

Black with #DA906E

Text Example


Text Example

White with #DA906E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA906E; }

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

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

background-color css

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

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

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

border-color css

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

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

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