Html Css Color HEX #DB8F63 Copper

📋 copy color: '#DB8F63'

red 219 ◦ green 143 ◦ blue 99

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

Shades of Copper #DB8F63

Tints of Copper #DB8F63

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 99 (39.06% from 255) = 21.48%

R = 47.51%
G = 31.02%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8F63 (or 0xDB8F63) is known color: Copper. HEX triplet: DB, 8F and 63. RGB value is (219,143,99). Sum of RGB (Red+Green+Blue) = 219+143+99=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 99 (39.06% from 255 or 21.48% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8F63 is #24709C. Grayscale: #A0A0A0. Windows color (decimal): -2388125 or 6524891. OLE color: 6524891.

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

Color convert

RGB 219 143 99 -
CMYK 0 0.35 0.55 0.14
HSL 22º 0.63% 0.62% -
HSV(B) 22º 0.55% 0.86% -
XYZ 41.29 35.61 16.5 -
YUV 160.71 93.18 169.58 -
System Red Green Blue C M Y K H S L
Decimal 219 143 99 0 0.35 0.55 0.14 22 0.63 0.62
Hex DB 8F 63 0 23 37 E 16 3E 3E
Octal 333 217 143 0 43 67 16 26 76 76
Binary 11011011 10001111 1100011 0 100011 110111 1110 10110 111110 111110

Color Harmonies of #DB8F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8F63

Black with #DB8F63

Text Example


Text Example

White with #DB8F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8F63; }

 p { color: rgb(219,143,99); }

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

background-color css

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

 a { background-color: rgb(219,143,99); }

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

border-color css

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

 span { border-color: rgb(219,143,99); }

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