Html Css Color HEX #DC9569 Copper

📋 copy color: '#DC9569'

red 220 ◦ green 149 ◦ blue 105

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

Shades of Copper #DC9569

Tints of Copper #DC9569

RGB

 RED value IS 220 (86.33% from 255) = 46.41%

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

 BLUE value IS 105 (41.41% from 255) = 22.15%

R = 46.41%
G = 31.43%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC9569 (or 0xDC9569) is known color: Copper. HEX triplet: DC, 95 and 69. RGB value is (220,149,105). Sum of RGB (Red+Green+Blue) = 220+149+105=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 105 (41.41% from 255 or 22.15% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9569 is #236A96. Grayscale: #A5A5A5. Windows color (decimal): -2321047 or 6919644. OLE color: 6919644.

HSL color Cylindrical-coordinate representation of color #DC9569: hue angle of 22.96º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC9569 is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 149 105 -
CMYK 0 0.32 0.52 0.14
HSL 22.96º 0.62% 0.64% -
HSV(B) 22.96º 0.52% 0.86% -
XYZ 42.81 37.73 18.39 -
YUV 165.21 94.02 167.08 -
System Red Green Blue C M Y K H S L
Decimal 220 149 105 0 0.32 0.52 0.14 22.96 0.62 0.64
Hex DC 95 69 0 20 34 E 17 3E 40
Octal 334 225 151 0 40 64 16 27 76 100
Binary 11011100 10010101 1101001 0 100000 110100 1110 10111 111110 1000000

Color Harmonies of #DC9569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9569

Black with #DC9569

Text Example


Text Example

White with #DC9569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9569; }

 p { color: rgb(220,149,105); }

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

background-color css

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

 a { background-color: rgb(220,149,105); }

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

border-color css

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

 span { border-color: rgb(220,149,105); }

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