#DF9A69

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

Shades of Porsche #DF9A69

Tints of Porsche #DF9A69

Color information

#DF9A69 (or 0xDF9A69) is unknown color: approx Porsche. HEX triplet: DF, 9A and 69. RGB value is (223,154,105). Sum of RGB (Red+Green+Blue) = 223+154+105=482 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.27% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 105 (41.41% from 255 or 21.78% from 482); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9A69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9A69 is #206596. Grayscale: #A9A9A9. Windows color (decimal): -2123159 or 6920927. OLE color: 6920927.

HSL color Cylindrical-coordinate representation of color #DF9A69: hue angle of 24.92º 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 #DF9A69 is Cyan = 0, Magento = 0.31, Yellow = 0.53 and Black (K on CMYK) = 0.13.

Color convert

RGB223154105-
CMYK00.310.530.13
HSL24.92º64.84%64.31%-
HSV(B)24.92º52.91%87.45%-
XYZ44.5439.8218.7-
YUV169.0491.86166.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.27%
GREEN value IS 154 (60.55% from 255) = 31.95%
BLUE value IS 105 (41.41% from 255) = 21.78%
R=46.27%
G=31.95%
B=21.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315410500.310.530.1324.9264.8464.31
HexDF9A6901F35D194140
Octal337232151037651531101100
Binary1101111110011010110100101111111010111011100110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9A69; }

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

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

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

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

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

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

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

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