#D69F5E

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

Shades of Porsche #D69F5E

Tints of Porsche #D69F5E

Color information

#D69F5E (or 0xD69F5E) is unknown color: approx Porsche. HEX triplet: D6, 9F and 5E. RGB value is (214,159,94). Sum of RGB (Red+Green+Blue) = 214+159+94=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F5E is #2960A1. Grayscale: #A8A8A8. Windows color (decimal): -2711714 or 6201302. OLE color: 6201302.

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

Color convert

RGB21415994-
CMYK00.260.560.16
HSL32.5º59.41%60.39%-
HSV(B)32.5º56.07%83.92%-
XYZ42.1539.916.07-
YUV168.0486.22160.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 159 (62.5% from 255) = 34.05%
BLUE value IS 94 (37.11% from 255) = 20.13%
R=45.82%
G=34.05%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141599400.260.560.1632.559.4160.39
HexD69F5E01A3810213b3c
Octal3262371360327020417374
Binary1101011010011111101111001101011100010000100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F5E; }

 p { color: rgb(214,159,94); }

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

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

 a { background-color: rgb(214,159,94); }

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

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

 span { border-color: rgb(214,159,94); }

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