Html Css Color HEX #DB8462 Copper

📋 copy color: '#DB8462'

red 219 ◦ green 132 ◦ blue 98

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

Shades of Copper #DB8462

Tints of Copper #DB8462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.4%

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

R = 48.78%
G = 29.4%
B = 21.83%

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

#DB8462 (or 0xDB8462) is known color: Copper. HEX triplet: DB, 84 and 62. RGB value is (219,132,98). Sum of RGB (Red+Green+Blue) = 219+132+98=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 132 (51.95% from 255 or 29.40% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8462 is #247B9D. Grayscale: #9A9A9A. Windows color (decimal): -2390942 or 6456539. OLE color: 6456539.

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

Color convert

RGB 219 132 98 -
CMYK 0 0.40 0.55 0.14
HSL 16.86º 0.63% 0.62% -
HSV(B) 16.86º 0.55% 0.86% -
XYZ 39.67 32.44 15.73 -
YUV 154.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 219 132 98 0 0.40 0.55 0.14 16.86 0.63 0.62
Hex DB 84 62 0 28 37 E 11 3F 3E
Octal 333 204 142 0 50 67 16 21 77 76
Binary 11011011 10000100 1100010 0 101000 110111 1110 10001 111111 111110

Color Harmonies of #DB8462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8462

Black with #DB8462

Text Example


Text Example

White with #DB8462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8462; }

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

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

background-color css

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

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

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

border-color css

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

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

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