Html Css Color HEX #DB8368 Copper

📋 copy color: '#DB8368'

red 219 ◦ green 131 ◦ blue 104

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

Shades of Copper #DB8368

Tints of Copper #DB8368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.91%

R = 48.24%
G = 28.85%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#DB8368 (or 0xDB8368) is known color: Copper. HEX triplet: DB, 83 and 68. RGB value is (219,131,104). Sum of RGB (Red+Green+Blue) = 219+131+104=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 104 (41.02% from 255 or 22.91% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8368 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8368 is #247C97. Grayscale: #9A9A9A. Windows color (decimal): -2391192 or 6849499. OLE color: 6849499.

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

Color convert

RGB 219 131 104 -
CMYK 0 0.40 0.53 0.14
HSL 14.09º 0.61% 0.63% -
HSV(B) 14.09º 0.53% 0.86% -
XYZ 39.83 32.29 17.23 -
YUV 154.23 99.65 174.2 -
System Red Green Blue C M Y K H S L
Decimal 219 131 104 0 0.40 0.53 0.14 14.09 0.61 0.63
Hex DB 83 68 0 28 35 E E 3D 3F
Octal 333 203 150 0 50 65 16 16 75 77
Binary 11011011 10000011 1101000 0 101000 110101 1110 1110 111101 111111

Color Harmonies of #DB8368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8368

Black with #DB8368

Text Example


Text Example

White with #DB8368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8368; }

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

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

background-color css

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

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

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

border-color css

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

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

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