Html Css Color HEX #DB8465 Copper

📋 copy color: '#DB8465'

red 219 ◦ green 132 ◦ blue 101

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

Shades of Copper #DB8465

Tints of Copper #DB8465

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

 BLUE value IS 101 (39.84% from 255) = 22.35%

R = 48.45%
G = 29.2%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8465 (or 0xDB8465) is known color: Copper. HEX triplet: DB, 84 and 65. RGB value is (219,132,101). Sum of RGB (Red+Green+Blue) = 219+132+101=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8465 is #247B9A. Grayscale: #9A9A9A. Windows color (decimal): -2390939 or 6653147. OLE color: 6653147.

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

Color convert

RGB 219 132 101 -
CMYK 0 0.40 0.54 0.14
HSL 15.76º 0.62% 0.63% -
HSV(B) 15.76º 0.54% 0.86% -
XYZ 39.81 32.5 16.49 -
YUV 154.48 97.82 174.02 -
System Red Green Blue C M Y K H S L
Decimal 219 132 101 0 0.40 0.54 0.14 15.76 0.62 0.63
Hex DB 84 65 0 28 36 E 10 3E 3F
Octal 333 204 145 0 50 66 16 20 76 77
Binary 11011011 10000100 1100101 0 101000 110110 1110 10000 111110 111111

Color Harmonies of #DB8465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8465

Black with #DB8465

Text Example


Text Example

White with #DB8465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8465; }

 p { color: rgb(219,132,101); }

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

background-color css

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

 a { background-color: rgb(219,132,101); }

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

border-color css

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

 span { border-color: rgb(219,132,101); }

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