Html Css Color HEX #DC8269 Copper

📋 copy color: '#DC8269'

red 220 ◦ green 130 ◦ blue 105

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

Shades of Copper #DC8269

Tints of Copper #DC8269

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

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

R = 48.35%
G = 28.57%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DC8269 (or 0xDC8269) is known color: Copper. HEX triplet: DC, 82 and 69. RGB value is (220,130,105). Sum of RGB (Red+Green+Blue) = 220+130+105=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 105 (41.41% from 255 or 23.08% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8269 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8269 is #237D96. Grayscale: #9A9A9A. Windows color (decimal): -2325911 or 6914780. OLE color: 6914780.

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

Color convert

RGB 220 130 105 -
CMYK 0 0.41 0.52 0.14
HSL 13.04º 0.62% 0.64% -
HSV(B) 13.04º 0.52% 0.86% -
XYZ 40.05 32.2 17.47 -
YUV 154.06 100.32 175.03 -
System Red Green Blue C M Y K H S L
Decimal 220 130 105 0 0.41 0.52 0.14 13.04 0.62 0.64
Hex DC 82 69 0 29 34 E D 3E 40
Octal 334 202 151 0 51 64 16 15 76 100
Binary 11011100 10000010 1101001 0 101001 110100 1110 1101 111110 1000000

Color Harmonies of #DC8269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8269

Black with #DC8269

Text Example


Text Example

White with #DC8269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8269; }

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

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

background-color css

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

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

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

border-color css

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

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

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