Html Css Color HEX #DB886E Copper

📋 copy color: '#DB886E'

red 219 ◦ green 136 ◦ blue 110

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

Shades of Copper #DB886E

Tints of Copper #DB886E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.25%

 BLUE value IS 110 (43.36% from 255) = 23.66%

R = 47.1%
G = 29.25%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB886E (or 0xDB886E) is known color: Copper. HEX triplet: DB, 88 and 6E. RGB value is (219,136,110). Sum of RGB (Red+Green+Blue) = 219+136+110=465 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.10% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 110 (43.36% from 255 or 23.66% from 465); Max value from RGB is 219 - color contains mainly: red. Hex color #DB886E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB886E is #247791. Grayscale: #9E9E9E. Windows color (decimal): -2389906 or 7243995. OLE color: 7243995.

HSL color Cylindrical-coordinate representation of color #DB886E: hue angle of 14.31º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB886E is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 136 110 -
CMYK 0 0.38 0.50 0.14
HSL 14.31º 0.6% 0.65% -
HSV(B) 14.31º 0.5% 0.86% -
XYZ 40.83 33.79 19.12 -
YUV 157.85 101 171.61 -
System Red Green Blue C M Y K H S L
Decimal 219 136 110 0 0.38 0.50 0.14 14.31 0.6 0.65
Hex DB 88 6E 0 26 32 E E 3C 41
Octal 333 210 156 0 46 62 16 16 74 101
Binary 11011011 10001000 1101110 0 100110 110010 1110 1110 111100 1000001

Color Harmonies of #DB886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB886E

Black with #DB886E

Text Example


Text Example

White with #DB886E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB886E; }

 p { color: rgb(219,136,110); }

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

background-color css

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

 a { background-color: rgb(219,136,110); }

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

border-color css

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

 span { border-color: rgb(219,136,110); }

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