#DBA569

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

Shades of Porsche #DBA569

Tints of Porsche #DBA569

Color information

#DBA569 (or 0xDBA569) is unknown color: approx Porsche. HEX triplet: DB, A5 and 69. RGB value is (219,165,105). Sum of RGB (Red+Green+Blue) = 219+165+105=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 165 (64.84% from 255 or 33.74% from 489); Blue value is 105 (41.41% from 255 or 21.47% from 489); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA569 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA569 is #245A96. Grayscale: #AEAEAE. Windows color (decimal): -2382487 or 6923739. OLE color: 6923739.

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

Color convert

RGB219165105-
CMYK00.250.520.14
HSL31.58º61.29%63.53%-
HSV(B)31.58º52.05%85.88%-
XYZ45.2242.9919.28-
YUV174.3188.89159.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.79%
GREEN value IS 165 (64.84% from 255) = 33.74%
BLUE value IS 105 (41.41% from 255) = 21.47%
R=44.79%
G=33.74%
B=21.47%

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
Decimal21916510500.250.520.1431.5861.2963.53
HexDBA56901934E203d40
Octal33324515103164164075100
Binary1101101110100101110100101100111010011101000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA569; }

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

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

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

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

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

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

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

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