Html Css Color HEX #DB8C63 Copper

📋 copy color: '#DB8C63'

red 219 ◦ green 140 ◦ blue 99

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

Shades of Copper #DB8C63

Tints of Copper #DB8C63

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.57%

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

R = 47.82%
G = 30.57%
B = 21.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8C63 (or 0xDB8C63) is known color: Copper. HEX triplet: DB, 8C and 63. RGB value is (219,140,99). Sum of RGB (Red+Green+Blue) = 219+140+99=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 140 (55.08% from 255 or 30.57% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C63 is #24739C. Grayscale: #9F9F9F. Windows color (decimal): -2388893 or 6524123. OLE color: 6524123.

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

Color convert

RGB 219 140 99 -
CMYK 0 0.36 0.55 0.14
HSL 20.5º 0.63% 0.62% -
HSV(B) 20.5º 0.55% 0.86% -
XYZ 40.84 34.72 16.35 -
YUV 158.95 94.17 170.83 -
System Red Green Blue C M Y K H S L
Decimal 219 140 99 0 0.36 0.55 0.14 20.5 0.63 0.62
Hex DB 8C 63 0 24 37 E 14 3E 3E
Octal 333 214 143 0 44 67 16 24 76 76
Binary 11011011 10001100 1100011 0 100100 110111 1110 10100 111110 111110

Color Harmonies of #DB8C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C63

Black with #DB8C63

Text Example


Text Example

White with #DB8C63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C63; }

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

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

background-color css

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

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

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

border-color css

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

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

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