#DBA469

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

Shades of Porsche #DBA469

Tints of Porsche #DBA469

Color information

#DBA469 (or 0xDBA469) is unknown color: approx Porsche. HEX triplet: DB, A4 and 69. RGB value is (219,164,105). Sum of RGB (Red+Green+Blue) = 219+164+105=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA469 is #245B96. Grayscale: #AEAEAE. Windows color (decimal): -2382743 or 6923483. OLE color: 6923483.

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

Color convert

RGB219164105-
CMYK00.250.520.14
HSL31.05º61.29%63.53%-
HSV(B)31.05º52.05%85.88%-
XYZ45.0442.6319.22-
YUV173.7289.22160.3-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 164 (64.45% from 255) = 33.61%
BLUE value IS 105 (41.41% from 255) = 21.52%
R=44.88%
G=33.61%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916410500.250.520.1431.0561.2963.53
HexDBA46901934E1f3d40
Octal33324415103164163775100
Binary110110111010010011010010110011101001110111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA469; }

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

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

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

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

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

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

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

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