#D69E5B

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

Shades of Porsche #D69E5B

Tints of Porsche #D69E5B

Color information

#D69E5B (or 0xD69E5B) is unknown color: approx Porsche. HEX triplet: D6, 9E and 5B. RGB value is (214,158,91). Sum of RGB (Red+Green+Blue) = 214+158+91=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 158 (62.11% from 255 or 34.13% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69E5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69E5B is #2961A4. Grayscale: #A7A7A7. Windows color (decimal): -2711973 or 6004438. OLE color: 6004438.

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

Color convert

RGB21415891-
CMYK00.260.570.16
HSL32.68º60%59.8%-
HSV(B)32.68º57.48%83.92%-
XYZ41.8539.5115.32-
YUV167.1185.05161.45-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 158 (62.11% from 255) = 34.13%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=46.22%
G=34.13%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141589100.260.570.1632.686059.8
HexD69E5B01A3910213c3c
Octal3262361330327120417474
Binary1101011010011110101101101101011100110000100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69E5B; }

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

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

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

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

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

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

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

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