#D69E66

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

Shades of Porsche #D69E66

Tints of Porsche #D69E66

Color information

#D69E66 (or 0xD69E66) is unknown color: approx Porsche. HEX triplet: D6, 9E and 66. RGB value is (214,158,102). Sum of RGB (Red+Green+Blue) = 214+158+102=474 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.15% from 474); Green value is 158 (62.11% from 255 or 33.33% from 474); Blue value is 102 (40.23% from 255 or 21.52% from 474); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E66 is #296199. Grayscale: #A8A8A8. Windows color (decimal): -2711962 or 6725334. OLE color: 6725334.

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

Color convert

RGB214158102-
CMYK00.260.520.16
HSL30º57.73%61.96%-
HSV(B)30º52.34%83.92%-
XYZ42.3639.7118-
YUV168.3690.55160.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.15%
GREEN value IS 158 (62.11% from 255) = 33.33%
BLUE value IS 102 (40.23% from 255) = 21.52%
R=45.15%
G=33.33%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415810200.260.520.163057.7361.96
HexD69E6601A34101e3a3e
Octal3262361460326420367276
Binary110101101001111011001100110101101001000011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E66; }

 p { color: rgb(214,158,102); }

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

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

 a { background-color: rgb(214,158,102); }

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

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

 span { border-color: rgb(214,158,102); }

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