#DBA156

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

Shades of Porsche #DBA156

Tints of Porsche #DBA156

Color information

#DBA156 (or 0xDBA156) is unknown color: approx Porsche. HEX triplet: DB, A1 and 56. RGB value is (219,161,86). Sum of RGB (Red+Green+Blue) = 219+161+86=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 86 (33.98% from 255 or 18.45% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA156 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA156 is #245EA9. Grayscale: #AAAAAA. Windows color (decimal): -2383530 or 5677531. OLE color: 5677531.

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

Color convert

RGB21916186-
CMYK00.260.610.14
HSL33.83º64.88%59.8%-
HSV(B)33.83º60.73%85.88%-
XYZ43.6441.2214.46-
YUV169.7980.72163.1-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.00%
GREEN value IS 161 (63.28% from 255) = 34.55%
BLUE value IS 86 (33.98% from 255) = 18.45%
R=47.00%
G=34.55%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191618600.260.610.1433.8364.8859.8
HexDBA15601A3DE22413c
Octal33324112603275164210174
Binary1101101110100001101011001101011110111101000101000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA156; }

 p { color: rgb(219,161,86); }

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

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

 a { background-color: rgb(219,161,86); }

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

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

 span { border-color: rgb(219,161,86); }

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