Html Css Color HEX #DB8362 Copper

📋 copy color: '#DB8362'

red 219 ◦ green 131 ◦ blue 98

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

Shades of Copper #DB8362

Tints of Copper #DB8362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.88%

R = 48.88%
G = 29.24%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8362 (or 0xDB8362) is known color: Copper. HEX triplet: DB, 83 and 62. RGB value is (219,131,98). Sum of RGB (Red+Green+Blue) = 219+131+98=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8362 is #247C9D. Grayscale: #999999. Windows color (decimal): -2391198 or 6456283. OLE color: 6456283.

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

Color convert

RGB 219 131 98 -
CMYK 0 0.40 0.55 0.14
HSL 16.36º 0.63% 0.62% -
HSV(B) 16.36º 0.55% 0.86% -
XYZ 39.53 32.17 15.68 -
YUV 153.55 96.65 174.68 -
System Red Green Blue C M Y K H S L
Decimal 219 131 98 0 0.40 0.55 0.14 16.36 0.63 0.62
Hex DB 83 62 0 28 37 E 10 3F 3E
Octal 333 203 142 0 50 67 16 20 77 76
Binary 11011011 10000011 1100010 0 101000 110111 1110 10000 111111 111110

Color Harmonies of #DB8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8362

Black with #DB8362

Text Example


Text Example

White with #DB8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8362; }

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

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

background-color css

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

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

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

border-color css

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

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

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