Html Css Color HEX #DB8C64 Copper

📋 copy color: '#DB8C64'

red 219 ◦ green 140 ◦ blue 100

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

Shades of Copper #DB8C64

Tints of Copper #DB8C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 21.79%

R = 47.71%
G = 30.5%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB8C64 (or 0xDB8C64) is known color: Copper. HEX triplet: DB, 8C and 64. RGB value is (219,140,100). Sum of RGB (Red+Green+Blue) = 219+140+100=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 100 (39.45% from 255 or 21.79% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8C64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8C64 is #24739B. Grayscale: #9F9F9F. Windows color (decimal): -2388892 or 6589659. OLE color: 6589659.

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

Color convert

RGB 219 140 100 -
CMYK 0 0.36 0.54 0.14
HSL 20.17º 0.62% 0.63% -
HSV(B) 20.17º 0.54% 0.86% -
XYZ 40.89 34.74 16.61 -
YUV 159.06 94.67 170.75 -
System Red Green Blue C M Y K H S L
Decimal 219 140 100 0 0.36 0.54 0.14 20.17 0.62 0.63
Hex DB 8C 64 0 24 36 E 14 3E 3F
Octal 333 214 144 0 44 66 16 24 76 77
Binary 11011011 10001100 1100100 0 100100 110110 1110 10100 111110 111111

Color Harmonies of #DB8C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8C64

Black with #DB8C64

Text Example


Text Example

White with #DB8C64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8C64; }

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

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

background-color css

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

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

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

border-color css

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

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

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