#DBA069

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

Shades of Porsche #DBA069

Tints of Porsche #DBA069

Color information

#DBA069 (or 0xDBA069) is unknown color: approx Porsche. HEX triplet: DB, A0 and 69. RGB value is (219,160,105). Sum of RGB (Red+Green+Blue) = 219+160+105=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 105 (41.41% from 255 or 21.69% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA069 is #245F96. Grayscale: #ABABAB. Windows color (decimal): -2383767 or 6922459. OLE color: 6922459.

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

Color convert

RGB219160105-
CMYK00.270.520.14
HSL28.95º61.29%63.53%-
HSV(B)28.95º52.05%85.88%-
XYZ44.3341.2218.98-
YUV171.3790.55161.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.25%
GREEN value IS 160 (62.89% from 255) = 33.06%
BLUE value IS 105 (41.41% from 255) = 21.69%
R=45.25%
G=33.06%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916010500.270.520.1428.9561.2963.53
HexDBA06901B34E1d3d40
Octal33324015103364163575100
Binary110110111010000011010010110111101001110111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA069; }

 p { color: rgb(219,160,105); }

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

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

 a { background-color: rgb(219,160,105); }

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

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

 span { border-color: rgb(219,160,105); }

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