#DFA55C

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

Shades of Porsche #DFA55C

Tints of Porsche #DFA55C

Color information

#DFA55C (or 0xDFA55C) is unknown color: approx Porsche. HEX triplet: DF, A5 and 5C. RGB value is (223,165,92). Sum of RGB (Red+Green+Blue) = 223+165+92=480 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.46% from 480); Green value is 165 (64.84% from 255 or 34.38% from 480); Blue value is 92 (36.33% from 255 or 19.17% from 480); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA55C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA55C is #205AA3. Grayscale: #AEAEAE. Windows color (decimal): -2120356 or 6071775. OLE color: 6071775.

HSL color Cylindrical-coordinate representation of color #DFA55C: hue angle of 33.44º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DFA55C is Cyan = 0, Magento = 0.26, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB22316592-
CMYK00.260.590.13
HSL33.44º67.18%61.76%-
HSV(B)33.44º58.74%87.45%-
XYZ45.8243.3716.08-
YUV174.0281.72162.94-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 46.46%
GREEN value IS 165 (64.84% from 255) = 34.38%
BLUE value IS 92 (36.33% from 255) = 19.17%
R=46.46%
G=34.38%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.59
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231659200.260.590.1333.4467.1861.76
HexDFA55C01A3BD21433e
Octal33724513403273154110376
Binary1101111110100101101110001101011101111011000011000011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA55C; }

 p { color: rgb(223,165,92); }

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

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

 a { background-color: rgb(223,165,92); }

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

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

 span { border-color: rgb(223,165,92); }

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