#D99D56

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

Shades of Porsche #D99D56

Tints of Porsche #D99D56

Color information

#D99D56 (or 0xD99D56) is unknown color: approx Porsche. HEX triplet: D9, 9D and 56. RGB value is (217,157,86). Sum of RGB (Red+Green+Blue) = 217+157+86=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 157 (61.72% from 255 or 34.13% from 460); Blue value is 86 (33.98% from 255 or 18.70% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D56 is #2662A9. Grayscale: #A7A7A7. Windows color (decimal): -2515626 or 5676505. OLE color: 5676505.

HSL color Cylindrical-coordinate representation of color #D99D56: hue angle of 32.52º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D99D56 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.15.

Color convert

RGB21715786-
CMYK00.280.600.15
HSL32.52º63.29%59.41%-
HSV(B)32.52º60.37%85.1%-
XYZ42.3539.5414.2-
YUV166.8582.38163.77-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 157 (61.72% from 255) = 34.13%
BLUE value IS 86 (33.98% from 255) = 18.70%
R=47.17%
G=34.13%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171578600.280.600.1532.5263.2959.41
HexD99D5601C3CF213f3b
Octal3312351260347417417773
Binary110110011001110110101100111001111001111100001111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D56; }

 p { color: rgb(217,157,86); }

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

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

 a { background-color: rgb(217,157,86); }

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

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

 span { border-color: rgb(217,157,86); }

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