#DFA76A

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

Shades of Porsche #DFA76A

Tints of Porsche #DFA76A

Color information

#DFA76A (or 0xDFA76A) is unknown color: approx Porsche. HEX triplet: DF, A7 and 6A. RGB value is (223,167,106). Sum of RGB (Red+Green+Blue) = 223+167+106=496 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.96% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA76A is #205895. Grayscale: #B1B1B1. Windows color (decimal): -2119830 or 6989791. OLE color: 6989791.

HSL color Cylindrical-coordinate representation of color #DFA76A: hue angle of 31.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFA76A is Cyan = 0, Magento = 0.25, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223167106-
CMYK00.250.520.13
HSL31.28º64.64%64.51%-
HSV(B)31.28º52.47%87.45%-
XYZ46.8544.3719.73-
YUV176.7988.05160.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.96%
GREEN value IS 167 (65.62% from 255) = 33.67%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=44.96%
G=33.67%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316710600.250.520.1331.2864.6464.51
HexDFA76A01934D1f4141
Octal337247152031641537101101
Binary1101111110100111110101001100111010011011111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA76A; }

 p { color: rgb(223,167,106); }

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

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

 a { background-color: rgb(223,167,106); }

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

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

 span { border-color: rgb(223,167,106); }

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