#D69F5C

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

Shades of Porsche #D69F5C

Tints of Porsche #D69F5C

Color information

#D69F5C (or 0xD69F5C) is unknown color: approx Porsche. HEX triplet: D6, 9F and 5C. RGB value is (214,159,92). Sum of RGB (Red+Green+Blue) = 214+159+92=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D69F5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69F5C is #2960A3. Grayscale: #A8A8A8. Windows color (decimal): -2711716 or 6070230. OLE color: 6070230.

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

Color convert

RGB21415992-
CMYK00.260.570.16
HSL32.95º59.8%60%-
HSV(B)32.95º57.01%83.92%-
XYZ42.0639.8715.6-
YUV167.8185.22160.95-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.02%
GREEN value IS 159 (62.5% from 255) = 34.19%
BLUE value IS 92 (36.33% from 255) = 19.78%
R=46.02%
G=34.19%
B=19.78%

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
Decimal2141599200.260.570.1632.9559.860
HexD69F5C01A3910213c3c
Octal3262371340327120417474
Binary1101011010011111101110001101011100110000100001111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69F5C; }

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

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

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

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

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

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

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

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