#D99D67

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

Shades of Porsche #D99D67

Tints of Porsche #D99D67

Color information

#D99D67 (or 0xD99D67) is unknown color: approx Porsche. HEX triplet: D9, 9D and 67. RGB value is (217,157,103). Sum of RGB (Red+Green+Blue) = 217+157+103=477 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.49% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 103 (40.62% from 255 or 21.59% from 477); Max value from RGB is 217 - color contains mainly: red. Hex color #D99D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99D67 is #266298. Grayscale: #A9A9A9. Windows color (decimal): -2515609 or 6790617. OLE color: 6790617.

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

Color convert

RGB217157103-
CMYK00.280.530.15
HSL28.42º60%62.75%-
HSV(B)28.42º52.53%85.1%-
XYZ43.1239.8418.25-
YUV168.7890.88162.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.49%
GREEN value IS 157 (61.72% from 255) = 32.91%
BLUE value IS 103 (40.62% from 255) = 21.59%
R=45.49%
G=32.91%
B=21.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21715710300.280.530.1528.426062.75
HexD99D6701C35F1c3c3f
Octal3312351470346517347477
Binary11011001100111011100111011100110101111111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99D67; }

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

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

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

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

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

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

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

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