#D69F54

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

Shades of Porsche #D69F54

Tints of Porsche #D69F54

Color information

#D69F54 (or 0xD69F54) is unknown color: approx Porsche. HEX triplet: D6, 9F and 54. RGB value is (214,159,84). Sum of RGB (Red+Green+Blue) = 214+159+84=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F54 is #2960AB. Grayscale: #A7A7A7. Windows color (decimal): -2711724 or 5545942. OLE color: 5545942.

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

Color convert

RGB21415984-
CMYK00.260.610.16
HSL34.62º61.32%58.43%-
HSV(B)34.62º60.75%83.92%-
XYZ41.7339.7313.86-
YUV166.981.22161.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.83%
GREEN value IS 159 (62.5% from 255) = 34.79%
BLUE value IS 84 (33.20% from 255) = 18.38%
R=46.83%
G=34.79%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141598400.260.610.1634.6261.3258.43
HexD69F5401A3D10233d3a
Octal3262371240327520437572
Binary1101011010011111101010001101011110110000100011111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F54; }

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

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

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

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

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

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

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

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