Html Css Color HEX #DB8966 Copper

📋 copy color: '#DB8966'

red 219 ◦ green 137 ◦ blue 102

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

Shades of Copper #DB8966

Tints of Copper #DB8966

RGB

 RED value IS 219 (85.94% from 255) = 47.82%

 GREEN value IS 137 (53.91% from 255) = 29.91%

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

R = 47.82%
G = 29.91%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8966 (or 0xDB8966) is known color: Copper. HEX triplet: DB, 89 and 66. RGB value is (219,137,102). Sum of RGB (Red+Green+Blue) = 219+137+102=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 102 (40.23% from 255 or 22.27% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8966 is #247699. Grayscale: #9D9D9D. Windows color (decimal): -2389658 or 6719963. OLE color: 6719963.

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

Color convert

RGB 219 137 102 -
CMYK 0 0.37 0.53 0.14
HSL 17.95º 0.62% 0.63% -
HSV(B) 17.95º 0.53% 0.86% -
XYZ 40.56 33.91 16.98 -
YUV 157.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 219 137 102 0 0.37 0.53 0.14 17.95 0.62 0.63
Hex DB 89 66 0 25 35 E 12 3E 3F
Octal 333 211 146 0 45 65 16 22 76 77
Binary 11011011 10001001 1100110 0 100101 110101 1110 10010 111110 111111

Color Harmonies of #DB8966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8966

Black with #DB8966

Text Example


Text Example

White with #DB8966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8966; }

 p { color: rgb(219,137,102); }

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

background-color css

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

 a { background-color: rgb(219,137,102); }

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

border-color css

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

 span { border-color: rgb(219,137,102); }

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