Html Css Color HEX #DA946D Copper

📋 copy color: '#DA946D'

red 218 ◦ green 148 ◦ blue 109

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

Shades of Copper #DA946D

Tints of Copper #DA946D

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 109 (42.97% from 255) = 22.95%

R = 45.89%
G = 31.16%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA946D (or 0xDA946D) is known color: Copper. HEX triplet: DA, 94 and 6D. RGB value is (218,148,109). Sum of RGB (Red+Green+Blue) = 218+148+109=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946D is #256B92. Grayscale: #A4A4A4. Windows color (decimal): -2452371 or 7181530. OLE color: 7181530.

HSL color Cylindrical-coordinate representation of color #DA946D: hue angle of 21.47º degrees, saturation: 0.6, 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 #DA946D is Cyan = 0, Magento = 0.32, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 148 109 -
CMYK 0 0.32 0.5 0.15
HSL 21.47º 0.6% 0.64% -
HSV(B) 21.47º 0.5% 0.85% -
XYZ 42.26 37.19 19.42 -
YUV 164.48 96.69 166.17 -
System Red Green Blue C M Y K H S L
Decimal 218 148 109 0 0.32 0.5 0.15 21.47 0.6 0.64
Hex DA 94 6D 0 20 32 F 15 3C 40
Octal 332 224 155 0 40 62 17 25 74 100
Binary 11011010 10010100 1101101 0 100000 110010 1111 10101 111100 1000000

Color Harmonies of #DA946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA946D

Black with #DA946D

Text Example


Text Example

White with #DA946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA946D; }

 p { color: rgb(218,148,109); }

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

background-color css

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

 a { background-color: rgb(218,148,109); }

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

border-color css

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

 span { border-color: rgb(218,148,109); }

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