Html Css Color HEX #DA956C Copper

📋 copy color: '#DA956C'

red 218 ◦ green 149 ◦ blue 108

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

Shades of Copper #DA956C

Tints of Copper #DA956C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.37%

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

R = 45.89%
G = 31.37%
B = 22.74%

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

#DA956C (or 0xDA956C) is known color: Copper. HEX triplet: DA, 95 and 6C. RGB value is (218,149,108). Sum of RGB (Red+Green+Blue) = 218+149+108=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 108 (42.58% from 255 or 22.74% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA956C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA956C is #256A93. Grayscale: #A5A5A5. Windows color (decimal): -2452116 or 7116250. OLE color: 7116250.

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

Color convert

RGB 218 149 108 -
CMYK 0 0.32 0.50 0.15
HSL 22.36º 0.6% 0.64% -
HSV(B) 22.36º 0.5% 0.85% -
XYZ 42.37 37.48 19.19 -
YUV 164.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 218 149 108 0 0.32 0.50 0.15 22.36 0.6 0.64
Hex DA 95 6C 0 20 32 F 16 3C 40
Octal 332 225 154 0 40 62 17 26 74 100
Binary 11011010 10010101 1101100 0 100000 110010 1111 10110 111100 1000000

Color Harmonies of #DA956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA956C

Black with #DA956C

Text Example


Text Example

White with #DA956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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