Html Css Color HEX #DA946A Copper

📋 copy color: '#DA946A'

red 218 ◦ green 148 ◦ blue 106

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

Shades of Copper #DA946A

Tints of Copper #DA946A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 22.46%

R = 46.19%
G = 31.36%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#DA946A (or 0xDA946A) is known color: Copper. HEX triplet: DA, 94 and 6A. RGB value is (218,148,106). Sum of RGB (Red+Green+Blue) = 218+148+106=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 148 (58.20% from 255 or 31.36% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946A is #256B95. Grayscale: #A4A4A4. Windows color (decimal): -2452374 or 6984922. OLE color: 6984922.

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

Color convert

RGB 218 148 106 -
CMYK 0 0.32 0.51 0.15
HSL 22.5º 0.6% 0.64% -
HSV(B) 22.5º 0.51% 0.85% -
XYZ 42.1 37.13 18.58 -
YUV 164.14 95.19 166.42 -
System Red Green Blue C M Y K H S L
Decimal 218 148 106 0 0.32 0.51 0.15 22.5 0.6 0.64
Hex DA 94 6A 0 20 33 F 16 3C 40
Octal 332 224 152 0 40 63 17 26 74 100
Binary 11011010 10010100 1101010 0 100000 110011 1111 10110 111100 1000000

Color Harmonies of #DA946A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA946A

Black with #DA946A

Text Example


Text Example

White with #DA946A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA946A; }

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

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

background-color css

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

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

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

border-color css

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

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

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