#df9b64

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

Shades of Porsche #DF9B64

Tints of Porsche #DF9B64

Color information

#DF9B64 (or 0xDF9B64) is unknown color: approx Porsche. HEX triplet: DF, 9B and 64. RGB value is (223,155,100). Sum of RGB (Red+Green+Blue) = 223+155+100=478 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.65% from 478); Green value is 155 (60.94% from 255 or 32.43% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B64 is #20649B. Grayscale: #A9A9A9. Windows color (decimal): -2122908 or 6593503. OLE color: 6593503.

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

Color convert

RGB223155100-
CMYK00.300.550.13
HSL26.83º65.78%63.33%-
HSV(B)26.83º55.16%87.45%-
XYZ44.4540.0517.44-
YUV169.0689.03166.47-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.65%
GREEN value IS 155 (60.94% from 255) = 32.43%
BLUE value IS 100 (39.45% from 255) = 20.92%
R=46.65%
G=32.43%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315510000.300.550.1326.8365.7863.33
HexDF9B6401E37D1b423f
Octal33723314403667153310277
Binary110111111001101111001000111101101111101110111000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9b64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9b64; }

 p { color: rgb(223,155,100); }

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

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

 a { background-color: rgb(223,155,100); }

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

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

 span { border-color: rgb(223,155,100); }

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