#DBA06D

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

Shades of Porsche #DBA06D

Tints of Porsche #DBA06D

Color information

#DBA06D (or 0xDBA06D) is unknown color: approx Porsche. HEX triplet: DB, A0 and 6D. RGB value is (219,160,109). Sum of RGB (Red+Green+Blue) = 219+160+109=488 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.88% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 109 (42.97% from 255 or 22.34% from 488); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA06D is #245F92. Grayscale: #ACACAC. Windows color (decimal): -2383763 or 7184603. OLE color: 7184603.

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

Color convert

RGB219160109-
CMYK00.270.500.14
HSL27.82º60.44%64.31%-
HSV(B)27.82º50.23%85.88%-
XYZ44.5441.3120.09-
YUV171.8392.55161.65-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.88%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 109 (42.97% from 255) = 22.34%
R=44.88%
G=32.79%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916010900.270.500.1427.8260.4464.31
HexDBA06D01B32E1c3c40
Octal33324015503362163474100
Binary110110111010000011011010110111100101110111001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA06D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA06D; }

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

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

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

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

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

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

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

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