Html Css Color HEX #DC8B66 Copper

📋 copy color: '#DC8B66'

red 220 ◦ green 139 ◦ blue 102

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

Shades of Copper #DC8B66

Tints of Copper #DC8B66

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.15%

 BLUE value IS 102 (40.23% from 255) = 22.13%

R = 47.72%
G = 30.15%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DC8B66 (or 0xDC8B66) is known color: Copper. HEX triplet: DC, 8B and 66. RGB value is (220,139,102). Sum of RGB (Red+Green+Blue) = 220+139+102=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 139 (54.69% from 255 or 30.15% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8B66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8B66 is #237499. Grayscale: #9F9F9F. Windows color (decimal): -2323610 or 6720476. OLE color: 6720476.

HSL color Cylindrical-coordinate representation of color #DC8B66: hue angle of 18.81º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DC8B66 is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 139 102 -
CMYK 0 0.37 0.54 0.14
HSL 18.81º 0.63% 0.63% -
HSV(B) 18.81º 0.54% 0.86% -
XYZ 41.15 34.64 17.09 -
YUV 159 95.84 171.51 -
System Red Green Blue C M Y K H S L
Decimal 220 139 102 0 0.37 0.54 0.14 18.81 0.63 0.63
Hex DC 8B 66 0 25 36 E 13 3F 3F
Octal 334 213 146 0 45 66 16 23 77 77
Binary 11011100 10001011 1100110 0 100101 110110 1110 10011 111111 111111

Color Harmonies of #DC8B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8B66

Black with #DC8B66

Text Example


Text Example

White with #DC8B66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8B66; }

 p { color: rgb(220,139,102); }

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

background-color css

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

 a { background-color: rgb(220,139,102); }

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

border-color css

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

 span { border-color: rgb(220,139,102); }

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