#DAA06E

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

Shades of Porsche #DAA06E

Tints of Porsche #DAA06E

Color information

#DAA06E (or 0xDAA06E) is unknown color: approx Porsche. HEX triplet: DA, A0 and 6E. RGB value is (218,160,110). Sum of RGB (Red+Green+Blue) = 218+160+110=488 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.67% from 488); Green value is 160 (62.89% from 255 or 32.79% from 488); Blue value is 110 (43.36% from 255 or 22.54% from 488); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA06E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DAA06E is #255F91. Grayscale: #ABABAB. Windows color (decimal): -2449298 or 7250138. OLE color: 7250138.

HSL color Cylindrical-coordinate representation of color #DAA06E: hue angle of 27.78º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAA06E is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB218160110-
CMYK00.270.500.15
HSL27.78º59.34%64.31%-
HSV(B)27.78º49.54%85.49%-
XYZ44.341.1720.36-
YUV171.6493.22161.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.67%
GREEN value IS 160 (62.89% from 255) = 32.79%
BLUE value IS 110 (43.36% from 255) = 22.54%
R=44.67%
G=32.79%
B=22.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21816011000.270.500.1527.7859.3464.31
HexDAA06E01B32F1c3b40
Octal33224015603362173473100
Binary110110101010000011011100110111100101111111001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAA06E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAA06E; }

 p { color: rgb(218,160,110); }

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

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

 a { background-color: rgb(218,160,110); }

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

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

 span { border-color: rgb(218,160,110); }

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