#D69F69

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

Shades of Porsche #D69F69

Tints of Porsche #D69F69

Color information

#D69F69 (or 0xD69F69) is unknown color: approx Porsche. HEX triplet: D6, 9F and 69. RGB value is (214,159,105). Sum of RGB (Red+Green+Blue) = 214+159+105=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 105 (41.41% from 255 or 21.97% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F69 is #296096. Grayscale: #A9A9A9. Windows color (decimal): -2711703 or 6922198. OLE color: 6922198.

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

Color convert

RGB214159105-
CMYK00.260.510.16
HSL29.72º57.07%62.55%-
HSV(B)29.72º50.93%83.92%-
XYZ42.6840.1118.86-
YUV169.2991.72159.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 159 (62.5% from 255) = 33.26%
BLUE value IS 105 (41.41% from 255) = 21.97%
R=44.77%
G=33.26%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21415910500.260.510.1629.7257.0762.55
HexD69F6901A33101e393f
Octal3262371510326320367177
Binary110101101001111111010010110101100111000011110111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F69; }

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

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

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

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

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

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

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

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