#D69E64

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

Shades of Porsche #D69E64

Tints of Porsche #D69E64

Color information

#D69E64 (or 0xD69E64) is unknown color: approx Porsche. HEX triplet: D6, 9E and 64. RGB value is (214,158,100). Sum of RGB (Red+Green+Blue) = 214+158+100=472 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.34% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 100 (39.45% from 255 or 21.19% from 472); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E64 is #29619B. Grayscale: #A8A8A8. Windows color (decimal): -2711964 or 6594262. OLE color: 6594262.

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

Color convert

RGB214158100-
CMYK00.260.530.16
HSL30.53º58.16%61.57%-
HSV(B)30.53º53.27%83.92%-
XYZ42.2639.6717.49-
YUV168.1389.55160.72-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.34%
GREEN value IS 158 (62.11% from 255) = 33.47%
BLUE value IS 100 (39.45% from 255) = 21.19%
R=45.34%
G=33.47%
B=21.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415810000.260.530.1630.5358.1661.57
HexD69E6401A35101f3a3e
Octal3262361440326520377276
Binary110101101001111011001000110101101011000011111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E64; }

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

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

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

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

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

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

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

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