#DF9953

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

Shades of Porsche #DF9953

Tints of Porsche #DF9953

Color information

#DF9953 (or 0xDF9953) is unknown color: approx Porsche. HEX triplet: DF, 99 and 53. RGB value is (223,153,83). Sum of RGB (Red+Green+Blue) = 223+153+83=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9953 is #2066AC. Grayscale: #A6A6A6. Windows color (decimal): -2123437 or 5478879. OLE color: 5478879.

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

Color convert

RGB22315383-
CMYK00.310.630.13
HSL30º68.63%60%-
HSV(B)30º62.78%87.45%-
XYZ43.3839.0913.44-
YUV165.9581.19168.69-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 153 (60.16% from 255) = 33.33%
BLUE value IS 83 (32.81% from 255) = 18.08%
R=48.58%
G=33.33%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231538300.310.630.133068.6360
HexDF995301F3FD1e453c
Octal33723112303777153610574
Binary110111111001100110100110111111111111101111101000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9953; }

 p { color: rgb(223,153,83); }

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

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

 a { background-color: rgb(223,153,83); }

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

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

 span { border-color: rgb(223,153,83); }

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