#DFA36B

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

Shades of Porsche #DFA36B

Tints of Porsche #DFA36B

Color information

#DFA36B (or 0xDFA36B) is unknown color: approx Porsche. HEX triplet: DF, A3 and 6B. RGB value is (223,163,107). Sum of RGB (Red+Green+Blue) = 223+163+107=493 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.23% from 493); Green value is 163 (64.06% from 255 or 33.06% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA36B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA36B is #205C94. Grayscale: #AEAEAE. Windows color (decimal): -2120853 or 7054303. OLE color: 7054303.

HSL color Cylindrical-coordinate representation of color #DFA36B: hue angle of 28.97º degrees, saturation: 0.64, 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 #DFA36B is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223163107-
CMYK00.270.520.13
HSL28.97º64.44%64.71%-
HSV(B)28.97º52.02%87.45%-
XYZ46.1842.9419.76-
YUV174.5689.88162.55-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.23%
GREEN value IS 163 (64.06% from 255) = 33.06%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=45.23%
G=33.06%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22316310700.270.520.1328.9764.4464.71
HexDFA36B01B34D1d4041
Octal337243153033641535100101
Binary1101111110100011110101101101111010011011110110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA36B; }

 p { color: rgb(223,163,107); }

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

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

 a { background-color: rgb(223,163,107); }

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

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

 span { border-color: rgb(223,163,107); }

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