Html Css Color HEX #DC8369 Copper

📋 copy color: '#DC8369'

red 220 ◦ green 131 ◦ blue 105

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

Shades of Copper #DC8369

Tints of Copper #DC8369

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.73%

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

R = 48.25%
G = 28.73%
B = 23.03%

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

#DC8369 (or 0xDC8369) is known color: Copper. HEX triplet: DC, 83 and 69. RGB value is (220,131,105). Sum of RGB (Red+Green+Blue) = 220+131+105=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 105 (41.41% from 255 or 23.03% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8369 is #237C96. Grayscale: #9A9A9A. Windows color (decimal): -2325655 or 6915036. OLE color: 6915036.

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

Color convert

RGB 220 131 105 -
CMYK 0 0.40 0.52 0.14
HSL 13.57º 0.62% 0.64% -
HSV(B) 13.57º 0.52% 0.86% -
XYZ 40.18 32.47 17.51 -
YUV 154.65 99.99 174.61 -
System Red Green Blue C M Y K H S L
Decimal 220 131 105 0 0.40 0.52 0.14 13.57 0.62 0.64
Hex DC 83 69 0 28 34 E E 3E 40
Octal 334 203 151 0 50 64 16 16 76 100
Binary 11011100 10000011 1101001 0 101000 110100 1110 1110 111110 1000000

Color Harmonies of #DC8369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8369

Black with #DC8369

Text Example


Text Example

White with #DC8369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8369; }

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

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

background-color css

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

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

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

border-color css

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

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

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