#DBA067

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

Shades of Porsche #DBA067

Tints of Porsche #DBA067

Color information

#DBA067 (or 0xDBA067) is unknown color: approx Porsche. HEX triplet: DB, A0 and 67. RGB value is (219,160,103). Sum of RGB (Red+Green+Blue) = 219+160+103=482 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.44% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 103 (40.62% from 255 or 21.37% from 482); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA067 is #245F98. Grayscale: #ABABAB. Windows color (decimal): -2383769 or 6791387. OLE color: 6791387.

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

Color convert

RGB219160103-
CMYK00.270.530.14
HSL29.48º61.7%63.14%-
HSV(B)29.48º52.97%85.88%-
XYZ44.2341.1818.45-
YUV171.1489.55162.13-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.44%
GREEN value IS 160 (62.89% from 255) = 33.20%
BLUE value IS 103 (40.62% from 255) = 21.37%
R=45.44%
G=33.20%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916010300.270.530.1429.4861.763.14
HexDBA06701B35E1d3e3f
Octal3332401470336516357677
Binary11011011101000001100111011011110101111011101111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA067; }

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

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

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

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

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

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

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

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