Html Css Color HEX #DA946C Copper

📋 copy color: '#DA946C'

red 218 ◦ green 148 ◦ blue 108

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

Shades of Copper #DA946C

Tints of Copper #DA946C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 22.78%

R = 45.99%
G = 31.22%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#DA946C (or 0xDA946C) is known color: Copper. HEX triplet: DA, 94 and 6C. RGB value is (218,148,108). Sum of RGB (Red+Green+Blue) = 218+148+108=474 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.99% from 474); Green value is 148 (58.20% from 255 or 31.22% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 218 - color contains mainly: red. Hex color #DA946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA946C is #256B93. Grayscale: #A4A4A4. Windows color (decimal): -2452372 or 7115994. OLE color: 7115994.

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

Color convert

RGB 218 148 108 -
CMYK 0 0.32 0.50 0.15
HSL 21.82º 0.6% 0.64% -
HSV(B) 21.82º 0.5% 0.85% -
XYZ 42.21 37.17 19.14 -
YUV 164.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 218 148 108 0 0.32 0.50 0.15 21.82 0.6 0.64
Hex DA 94 6C 0 20 32 F 16 3C 40
Octal 332 224 154 0 40 62 17 26 74 100
Binary 11011010 10010100 1101100 0 100000 110010 1111 10110 111100 1000000

Color Harmonies of #DA946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA946C

Black with #DA946C

Text Example


Text Example

White with #DA946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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