Html Css Color HEX #DB856C Copper

📋 copy color: '#DB856C'

red 219 ◦ green 133 ◦ blue 108

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

Shades of Copper #DB856C

Tints of Copper #DB856C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 23.48%

R = 47.61%
G = 28.91%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB856C (or 0xDB856C) is known color: Copper. HEX triplet: DB, 85 and 6C. RGB value is (219,133,108). Sum of RGB (Red+Green+Blue) = 219+133+108=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 108 (42.58% from 255 or 23.48% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB856C is #247A93. Grayscale: #9C9C9C. Windows color (decimal): -2390676 or 7112155. OLE color: 7112155.

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

Color convert

RGB 219 133 108 -
CMYK 0 0.39 0.51 0.14
HSL 13.51º 0.61% 0.64% -
HSV(B) 13.51º 0.51% 0.86% -
XYZ 40.31 32.92 18.42 -
YUV 155.86 100.99 173.03 -
System Red Green Blue C M Y K H S L
Decimal 219 133 108 0 0.39 0.51 0.14 13.51 0.61 0.64
Hex DB 85 6C 0 27 33 E E 3D 40
Octal 333 205 154 0 47 63 16 16 75 100
Binary 11011011 10000101 1101100 0 100111 110011 1110 1110 111101 1000000

Color Harmonies of #DB856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB856C

Black with #DB856C

Text Example


Text Example

White with #DB856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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