#DFA769

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

Shades of Porsche #DFA769

Tints of Porsche #DFA769

Color information

#DFA769 (or 0xDFA769) is unknown color: approx Porsche. HEX triplet: DF, A7 and 69. RGB value is (223,167,105). Sum of RGB (Red+Green+Blue) = 223+167+105=495 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.05% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 105 (41.41% from 255 or 21.21% from 495); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA769 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA769 is #205896. Grayscale: #B0B0B0. Windows color (decimal): -2119831 or 6924255. OLE color: 6924255.

HSL color Cylindrical-coordinate representation of color #DFA769: hue angle of 31.53º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFA769 is Cyan = 0, Magento = 0.25, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223167105-
CMYK00.250.530.13
HSL31.53º64.84%64.31%-
HSV(B)31.53º52.91%87.45%-
XYZ46.844.3519.46-
YUV176.6887.55161.04-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.05%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 105 (41.41% from 255) = 21.21%
R=45.05%
G=33.74%
B=21.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316710500.250.530.1331.5364.8464.31
HexDFA76901935D204140
Octal337247151031651540101100
Binary11011111101001111101001011001110101110110000010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA769; }

 p { color: rgb(223,167,105); }

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

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

 a { background-color: rgb(223,167,105); }

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

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

 span { border-color: rgb(223,167,105); }

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