#DBA56C

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

Shades of Porsche #DBA56C

Tints of Porsche #DBA56C

Color information

#DBA56C (or 0xDBA56C) is unknown color: approx Porsche. HEX triplet: DB, A5 and 6C. RGB value is (219,165,108). Sum of RGB (Red+Green+Blue) = 219+165+108=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 108 (42.58% from 255 or 21.95% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA56C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DBA56C is #245A93. Grayscale: #AEAEAE. Windows color (decimal): -2382484 or 7120347. OLE color: 7120347.

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

Color convert

RGB219165108-
CMYK00.250.510.14
HSL30.81º60.66%64.12%-
HSV(B)30.81º50.68%85.88%-
XYZ45.3843.0520.11-
YUV174.6590.39159.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.51%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 108 (42.58% from 255) = 21.95%
R=44.51%
G=33.54%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21916510800.250.510.1430.8160.6664.12
HexDBA56C01933E1f3d40
Octal33324515403163163775100
Binary110110111010010111011000110011100111110111111111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBA56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBA56C; }

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

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

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

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

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

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

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

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