Html Css Color HEX #DB8662 Copper

📋 copy color: '#DB8662'

red 219 ◦ green 134 ◦ blue 98

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

Shades of Copper #DB8662

Tints of Copper #DB8662

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.71%

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

R = 48.56%
G = 29.71%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB8662 (or 0xDB8662) is known color: Copper. HEX triplet: DB, 86 and 62. RGB value is (219,134,98). Sum of RGB (Red+Green+Blue) = 219+134+98=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 134 (52.73% from 255 or 29.71% from 451); Blue value is 98 (38.67% from 255 or 21.73% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8662 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8662 is #24799D. Grayscale: #9B9B9B. Windows color (decimal): -2390430 or 6457051. OLE color: 6457051.

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

Color convert

RGB 219 134 98 -
CMYK 0 0.39 0.55 0.14
HSL 17.85º 0.63% 0.62% -
HSV(B) 17.85º 0.55% 0.86% -
XYZ 39.94 32.99 15.82 -
YUV 155.31 95.66 173.43 -
System Red Green Blue C M Y K H S L
Decimal 219 134 98 0 0.39 0.55 0.14 17.85 0.63 0.62
Hex DB 86 62 0 27 37 E 12 3F 3E
Octal 333 206 142 0 47 67 16 22 77 76
Binary 11011011 10000110 1100010 0 100111 110111 1110 10010 111111 111110

Color Harmonies of #DB8662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8662

Black with #DB8662

Text Example


Text Example

White with #DB8662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8662; }

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

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

background-color css

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

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

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

border-color css

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

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

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