Html Css Color HEX #DC9469 Copper

📋 copy color: '#DC9469'

red 220 ◦ green 148 ◦ blue 105

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

Shades of Copper #DC9469

Tints of Copper #DC9469

RGB

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

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

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

R = 46.51%
G = 31.29%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC9469 (or 0xDC9469) is known color: Copper. HEX triplet: DC, 94 and 69. RGB value is (220,148,105). Sum of RGB (Red+Green+Blue) = 220+148+105=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 148 (58.20% from 255 or 31.29% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9469 is #236B96. Grayscale: #A4A4A4. Windows color (decimal): -2321303 or 6919388. OLE color: 6919388.

HSL color Cylindrical-coordinate representation of color #DC9469: hue angle of 22.43º 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 #DC9469 is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 105 -
CMYK 0 0.33 0.52 0.14
HSL 22.43º 0.62% 0.64% -
HSV(B) 22.43º 0.52% 0.86% -
XYZ 42.65 37.42 18.34 -
YUV 164.63 94.35 167.5 -
System Red Green Blue C M Y K H S L
Decimal 220 148 105 0 0.33 0.52 0.14 22.43 0.62 0.64
Hex DC 94 69 0 21 34 E 16 3E 40
Octal 334 224 151 0 41 64 16 26 76 100
Binary 11011100 10010100 1101001 0 100001 110100 1110 10110 111110 1000000

Color Harmonies of #DC9469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9469

Black with #DC9469

Text Example


Text Example

White with #DC9469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9469; }

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

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

background-color css

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

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

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

border-color css

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

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

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