Html Css Color HEX #DA906F Copper

📋 copy color: '#DA906F'

red 218 ◦ green 144 ◦ blue 111

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

Shades of Copper #DA906F

Tints of Copper #DA906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 23.47%

R = 46.09%
G = 30.44%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA906F (or 0xDA906F) is known color: Copper. HEX triplet: DA, 90 and 6F. RGB value is (218,144,111). Sum of RGB (Red+Green+Blue) = 218+144+111=473 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.09% from 473); Green value is 144 (56.64% from 255 or 30.44% from 473); Blue value is 111 (43.75% from 255 or 23.47% from 473); Max value from RGB is 218 - color contains mainly: red. Hex color #DA906F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA906F is #256F90. Grayscale: #A2A2A2. Windows color (decimal): -2453393 or 7311578. OLE color: 7311578.

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

Color convert

RGB 218 144 111 -
CMYK 0 0.34 0.49 0.15
HSL 18.5º 0.59% 0.65% -
HSV(B) 18.5º 0.49% 0.85% -
XYZ 41.76 36 19.79 -
YUV 162.36 99.02 167.68 -
System Red Green Blue C M Y K H S L
Decimal 218 144 111 0 0.34 0.49 0.15 18.5 0.59 0.65
Hex DA 90 6F 0 22 31 F 13 3B 41
Octal 332 220 157 0 42 61 17 23 73 101
Binary 11011010 10010000 1101111 0 100010 110001 1111 10011 111011 1000001

Color Harmonies of #DA906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA906F

Black with #DA906F

Text Example


Text Example

White with #DA906F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA906F; }

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

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

background-color css

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

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

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

border-color css

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

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

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