#DBA56D

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

Shades of Porsche #DBA56D

Tints of Porsche #DBA56D

Color information

#DBA56D (or 0xDBA56D) is unknown color: approx Porsche. HEX triplet: DB, A5 and 6D. RGB value is (219,165,109). Sum of RGB (Red+Green+Blue) = 219+165+109=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 165 (64.84% from 255 or 33.47% from 493); Blue value is 109 (42.97% from 255 or 22.11% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56D is #245A92. Grayscale: #AFAFAF. Windows color (decimal): -2382483 or 7185883. OLE color: 7185883.

HSL color Cylindrical-coordinate representation of color #DBA56D: hue angle of 30.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DBA56D is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB219165109-
CMYK00.250.500.14
HSL30.55º60.44%64.31%-
HSV(B)30.55º50.23%85.88%-
XYZ45.4343.0720.39-
YUV174.7690.89159.55-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 165 (64.84% from 255) = 33.47%
BLUE value IS 109 (42.97% from 255) = 22.11%
R=44.42%
G=33.47%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916510900.250.500.1430.5560.4464.31
HexDBA56D01932E1f3c40
Octal33324515503162163774100
Binary110110111010010111011010110011100101110111111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA56D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA56D; }

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

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

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

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

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

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

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

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