#D99C67

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

Shades of Porsche #D99C67

Tints of Porsche #D99C67

Color information

#D99C67 (or 0xD99C67) is unknown color: approx Porsche. HEX triplet: D9, 9C and 67. RGB value is (217,156,103). Sum of RGB (Red+Green+Blue) = 217+156+103=476 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.59% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 217 - color contains mainly: red. Hex color #D99C67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D99C67 is #266398. Grayscale: #A8A8A8. Windows color (decimal): -2515865 or 6790361. OLE color: 6790361.

HSL color Cylindrical-coordinate representation of color #D99C67: hue angle of 27.89º 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 #D99C67 is Cyan = 0, Magento = 0.28, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB217156103-
CMYK00.280.530.15
HSL27.89º60%62.75%-
HSV(B)27.89º52.53%85.1%-
XYZ42.9539.5118.19-
YUV168.291.21162.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.59%
GREEN value IS 156 (61.33% from 255) = 32.77%
BLUE value IS 103 (40.62% from 255) = 21.64%
R=45.59%
G=32.77%
B=21.64%

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
Decimal21715610300.280.530.1527.896062.75
HexD99C6701C35F1c3c3f
Octal3312341470346517347477
Binary11011001100111001100111011100110101111111100111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99C67; }

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

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

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

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

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

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

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

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