Html Css Color HEX #DB855B Copper

📋 copy color: '#DB855B'

red 219 ◦ green 133 ◦ blue 91

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

Shades of Copper #DB855B

Tints of Copper #DB855B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.02%

 BLUE value IS 91 (35.94% from 255) = 20.54%

R = 49.44%
G = 30.02%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB855B (or 0xDB855B) is known color: Copper. HEX triplet: DB, 85 and 5B. RGB value is (219,133,91). Sum of RGB (Red+Green+Blue) = 219+133+91=443 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.44% from 443); Green value is 133 (52.34% from 255 or 30.02% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 219 - color contains mainly: red. Hex color #DB855B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB855B is #247AA4. Grayscale: #9A9A9A. Windows color (decimal): -2390693 or 5998043. OLE color: 5998043.

HSL color Cylindrical-coordinate representation of color #DB855B: hue angle of 19.69º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB855B is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 91 -
CMYK 0 0.39 0.58 0.14
HSL 19.69º 0.64% 0.61% -
HSV(B) 19.69º 0.58% 0.86% -
XYZ 39.49 32.59 14.11 -
YUV 153.93 92.49 174.42 -
System Red Green Blue C M Y K H S L
Decimal 219 133 91 0 0.39 0.58 0.14 19.69 0.64 0.61
Hex DB 85 5B 0 27 3A E 14 40 3D
Octal 333 205 133 0 47 72 16 24 100 75
Binary 11011011 10000101 1011011 0 100111 111010 1110 10100 1000000 111101

Color Harmonies of #DB855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB855B

Black with #DB855B

Text Example


Text Example

White with #DB855B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB855B; }

 p { color: rgb(219,133,91); }

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

background-color css

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

 a { background-color: rgb(219,133,91); }

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

border-color css

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

 span { border-color: rgb(219,133,91); }

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