#DFA76B

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

Shades of Porsche #DFA76B

Tints of Porsche #DFA76B

Color information

#DFA76B (or 0xDFA76B) is unknown color: approx Porsche. HEX triplet: DF, A7 and 6B. RGB value is (223,167,107). Sum of RGB (Red+Green+Blue) = 223+167+107=497 (65% of max value = 765). Red value is 223 (87.5% from 255 or 44.87% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DFA76B is #205894. Grayscale: #B1B1B1. Windows color (decimal): -2119829 or 7055327. OLE color: 7055327.

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

Color convert

RGB223167107-
CMYK00.250.520.13
HSL31.03º64.44%64.71%-
HSV(B)31.03º52.02%87.45%-
XYZ46.944.3920.01-
YUV176.988.55160.88-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.87%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=44.87%
G=33.60%
B=21.53%

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
Decimal22316710700.250.520.1331.0364.4464.71
HexDFA76B01934D1f4041
Octal337247153031641537100101
Binary1101111110100111110101101100111010011011111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFA76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFA76B; }

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

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

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

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

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

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

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

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