Html Css Color HEX #DC8469 Copper

📋 copy color: '#DC8469'

red 220 ◦ green 132 ◦ blue 105

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

Shades of Copper #DC8469

Tints of Copper #DC8469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.88%

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

R = 48.14%
G = 28.88%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC8469 (or 0xDC8469) is known color: Copper. HEX triplet: DC, 84 and 69. RGB value is (220,132,105). Sum of RGB (Red+Green+Blue) = 220+132+105=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8469 is #237B96. Grayscale: #9B9B9B. Windows color (decimal): -2325399 or 6915292. OLE color: 6915292.

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

Color convert

RGB 220 132 105 -
CMYK 0 0.40 0.52 0.14
HSL 14.09º 0.62% 0.64% -
HSV(B) 14.09º 0.52% 0.86% -
XYZ 40.32 32.74 17.56 -
YUV 155.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 220 132 105 0 0.40 0.52 0.14 14.09 0.62 0.64
Hex DC 84 69 0 28 34 E E 3E 40
Octal 334 204 151 0 50 64 16 16 76 100
Binary 11011100 10000100 1101001 0 101000 110100 1110 1110 111110 1000000

Color Harmonies of #DC8469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8469

Black with #DC8469

Text Example


Text Example

White with #DC8469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8469; }

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

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

background-color css

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

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

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

border-color css

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

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

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