#DFA765

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

Shades of Porsche #DFA765

Tints of Porsche #DFA765

Color information

#DFA765 (or 0xDFA765) is unknown color: approx Porsche. HEX triplet: DF, A7 and 65. RGB value is (223,167,101). Sum of RGB (Red+Green+Blue) = 223+167+101=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 101 (39.84% from 255 or 20.57% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA765 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA765 is #20589A. Grayscale: #B0B0B0. Windows color (decimal): -2119835 or 6662111. OLE color: 6662111.

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

Color convert

RGB223167101-
CMYK00.250.550.13
HSL32.46º65.59%63.53%-
HSV(B)32.46º54.71%87.45%-
XYZ46.644.2618.4-
YUV176.2285.55161.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 101 (39.84% from 255) = 20.57%
R=45.42%
G=34.01%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316710100.250.550.1332.4665.5963.53
HexDFA76501937D204240
Octal337247145031671540102100
Binary11011111101001111100101011001110111110110000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA765; }

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

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

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

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

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

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

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

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