#DBA66A

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

Shades of Porsche #DBA66A

Tints of Porsche #DBA66A

Color information

#DBA66A (or 0xDBA66A) is unknown color: approx Porsche. HEX triplet: DB, A6 and 6A. RGB value is (219,166,106). Sum of RGB (Red+Green+Blue) = 219+166+106=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 166 (65.23% from 255 or 33.81% from 491); Blue value is 106 (41.80% from 255 or 21.59% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA66A is #245995. Grayscale: #AFAFAF. Windows color (decimal): -2382230 or 6989531. OLE color: 6989531.

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

Color convert

RGB219166106-
CMYK00.240.520.14
HSL31.86º61.08%63.73%-
HSV(B)31.86º51.6%85.88%-
XYZ45.4543.3719.61-
YUV175.0189.06159.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.60%
GREEN value IS 166 (65.23% from 255) = 33.81%
BLUE value IS 106 (41.80% from 255) = 21.59%
R=44.60%
G=33.81%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916610600.240.520.1431.8661.0863.73
HexDBA66A01834E203d40
Octal33324615203064164075100
Binary1101101110100110110101001100011010011101000001111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA66A; }

 p { color: rgb(219,166,106); }

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

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

 a { background-color: rgb(219,166,106); }

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

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

 span { border-color: rgb(219,166,106); }

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