#DBA562

Color #DBA562 Porsche (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Porsche #DBA562

Tints of Porsche #DBA562

Color information

#DBA562 (or 0xDBA562) is unknown color: approx Porsche. HEX triplet: DB, A5 and 62. RGB value is (219,165,98). Sum of RGB (Red+Green+Blue) = 219+165+98=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 165 (64.84% from 255 or 34.23% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA562 is #245A9D. Grayscale: #ADADAD. Windows color (decimal): -2382494 or 6464987. OLE color: 6464987.

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

Color convert

RGB21916598-
CMYK00.250.550.14
HSL33.22º62.69%62.16%-
HSV(B)33.22º55.25%85.88%-
XYZ44.8742.8517.46-
YUV173.5185.39160.45-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.44%
GREEN value IS 165 (64.84% from 255) = 34.23%
BLUE value IS 98 (38.67% from 255) = 20.33%
R=45.44%
G=34.23%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191659800.250.550.1433.2262.6962.16
HexDBA56201937E213f3e
Octal3332451420316716417776
Binary110110111010010111000100110011101111110100001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA562; }

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

 H1.HeaderClassName
 {
   color: #DBA562;
 }
 .AnyTagClassName
 {
   color: #DBA562;
 }
</style>
background-color css

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

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

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

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

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

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