#DFA561

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

Shades of Porsche #DFA561

Tints of Porsche #DFA561

Color information

#DFA561 (or 0xDFA561) is unknown color: approx Porsche. HEX triplet: DF, A5 and 61. RGB value is (223,165,97). Sum of RGB (Red+Green+Blue) = 223+165+97=485 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.98% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 97 (38.28% from 255 or 20% from 485); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA561 is #205A9E. Grayscale: #AEAEAE. Windows color (decimal): -2120351 or 6399455. OLE color: 6399455.

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

Color convert

RGB22316597-
CMYK00.260.570.13
HSL32.38º66.32%62.75%-
HSV(B)32.38º56.5%87.45%-
XYZ46.0443.4617.27-
YUV174.5984.22162.53-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.98%
GREEN value IS 165 (64.84% from 255) = 34.02%
BLUE value IS 97 (38.28% from 255) = 20%
R=45.98%
G=34.02%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2231659700.260.570.1332.3866.3262.75
HexDFA56101A39D20423f
Octal33724514103271154010277
Binary1101111110100101110000101101011100111011000001000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA561; }

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

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

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

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

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

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

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

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