Html Css Color HEX #DC8569 Copper

📋 copy color: '#DC8569'

red 220 ◦ green 133 ◦ blue 105

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

Shades of Copper #DC8569

Tints of Copper #DC8569

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 48.03%
G = 29.04%
B = 22.93%

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

#DC8569 (or 0xDC8569) is known color: Copper. HEX triplet: DC, 85 and 69. RGB value is (220,133,105). Sum of RGB (Red+Green+Blue) = 220+133+105=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 105 (41.41% from 255 or 22.93% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8569 is #237A96. Grayscale: #9C9C9C. Windows color (decimal): -2325143 or 6915548. OLE color: 6915548.

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

Color convert

RGB 220 133 105 -
CMYK 0 0.40 0.52 0.14
HSL 14.61º 0.62% 0.64% -
HSV(B) 14.61º 0.52% 0.86% -
XYZ 40.45 33.01 17.6 -
YUV 155.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 220 133 105 0 0.40 0.52 0.14 14.61 0.62 0.64
Hex DC 85 69 0 28 34 E F 3E 40
Octal 334 205 151 0 50 64 16 17 76 100
Binary 11011100 10000101 1101001 0 101000 110100 1110 1111 111110 1000000

Color Harmonies of #DC8569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8569

Black with #DC8569

Text Example


Text Example

White with #DC8569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8569; }

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

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

background-color css

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

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

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

border-color css

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

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

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