#DF9C5A

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

Shades of Porsche #DF9C5A

Tints of Porsche #DF9C5A

Color information

#DF9C5A (or 0xDF9C5A) is unknown color: approx Porsche. HEX triplet: DF, 9C and 5A. RGB value is (223,156,90). Sum of RGB (Red+Green+Blue) = 223+156+90=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9C5A is #2063A5. Grayscale: #A8A8A8. Windows color (decimal): -2122662 or 5938399. OLE color: 5938399.

HSL color Cylindrical-coordinate representation of color #DF9C5A: hue angle of 29.77º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF9C5A is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB22315690-
CMYK00.300.600.13
HSL29.77º67.51%61.37%-
HSV(B)29.77º59.64%87.45%-
XYZ44.1740.215.11-
YUV168.5183.7166.87-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 47.55%
GREEN value IS 156 (61.33% from 255) = 33.26%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=47.55%
G=33.26%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231569000.300.600.1329.7767.5161.37
HexDF9C5A01E3CD1e443d
Octal33723413203674153610475
Binary110111111001110010110100111101111001101111101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9C5A; }

 p { color: rgb(223,156,90); }

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

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

 a { background-color: rgb(223,156,90); }

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

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

 span { border-color: rgb(223,156,90); }

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