#D69D65

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

Shades of Porsche #D69D65

Tints of Porsche #D69D65

Color information

#D69D65 (or 0xD69D65) is unknown color: approx Porsche. HEX triplet: D6, 9D and 65. RGB value is (214,157,101). Sum of RGB (Red+Green+Blue) = 214+157+101=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D65 is #29629A. Grayscale: #A7A7A7. Windows color (decimal): -2712219 or 6659542. OLE color: 6659542.

HSL color Cylindrical-coordinate representation of color #D69D65: hue angle of 29.73º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D69D65 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB214157101-
CMYK00.270.530.16
HSL29.73º57.95%61.76%-
HSV(B)29.73º52.8%83.92%-
XYZ42.1439.3517.69-
YUV167.6690.38161.05-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 157 (61.72% from 255) = 33.26%
BLUE value IS 101 (39.84% from 255) = 21.40%
R=45.34%
G=33.26%
B=21.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415710100.270.530.1629.7357.9561.76
HexD69D6501B35101e3a3e
Octal3262351450336520367276
Binary110101101001110111001010110111101011000011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D65; }

 p { color: rgb(214,157,101); }

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

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

 a { background-color: rgb(214,157,101); }

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

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

 span { border-color: rgb(214,157,101); }

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