Html Css Color HEX #DB865C Copper

📋 copy color: '#DB865C'

red 219 ◦ green 134 ◦ blue 92

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

Shades of Copper #DB865C

Tints of Copper #DB865C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.11%

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 49.21%
G = 30.11%
B = 20.67%

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

#DB865C (or 0xDB865C) is known color: Copper. HEX triplet: DB, 86 and 5C. RGB value is (219,134,92). Sum of RGB (Red+Green+Blue) = 219+134+92=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB865C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB865C is #2479A3. Grayscale: #9A9A9A. Windows color (decimal): -2390436 or 6063835. OLE color: 6063835.

HSL color Cylindrical-coordinate representation of color #DB865C: hue angle of 19.84º 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 #DB865C is Cyan = 0, Magento = 0.39, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 134 92 -
CMYK 0 0.39 0.58 0.14
HSL 19.84º 0.64% 0.61% -
HSV(B) 19.84º 0.58% 0.86% -
XYZ 39.67 32.88 14.38 -
YUV 154.63 92.66 173.92 -
System Red Green Blue C M Y K H S L
Decimal 219 134 92 0 0.39 0.58 0.14 19.84 0.64 0.61
Hex DB 86 5C 0 27 3A E 14 40 3D
Octal 333 206 134 0 47 72 16 24 100 75
Binary 11011011 10000110 1011100 0 100111 111010 1110 10100 1000000 111101

Color Harmonies of #DB865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB865C

Black with #DB865C

Text Example


Text Example

White with #DB865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB865C; }

 p { color: rgb(219,134,92); }

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

background-color css

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

 a { background-color: rgb(219,134,92); }

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

border-color css

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

 span { border-color: rgb(219,134,92); }

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