Html Css Color HEX #DB8364 Copper

📋 copy color: '#DB8364'

red 219 ◦ green 131 ◦ blue 100

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

Shades of Copper #DB8364

Tints of Copper #DB8364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.11%

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

R = 48.67%
G = 29.11%
B = 22.22%

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

#DB8364 (or 0xDB8364) is known color: Copper. HEX triplet: DB, 83 and 64. RGB value is (219,131,100). Sum of RGB (Red+Green+Blue) = 219+131+100=450 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.67% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8364 is #247C9B. Grayscale: #999999. Windows color (decimal): -2391196 or 6587355. OLE color: 6587355.

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

Color convert

RGB 219 131 100 -
CMYK 0 0.40 0.54 0.14
HSL 15.63º 0.62% 0.63% -
HSV(B) 15.63º 0.54% 0.86% -
XYZ 39.63 32.21 16.19 -
YUV 153.78 97.65 174.52 -
System Red Green Blue C M Y K H S L
Decimal 219 131 100 0 0.40 0.54 0.14 15.63 0.62 0.63
Hex DB 83 64 0 28 36 E 10 3E 3F
Octal 333 203 144 0 50 66 16 20 76 77
Binary 11011011 10000011 1100100 0 101000 110110 1110 10000 111110 111111

Color Harmonies of #DB8364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8364

Black with #DB8364

Text Example


Text Example

White with #DB8364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8364; }

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

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

background-color css

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

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

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

border-color css

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

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

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