#D69D5B

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

Shades of Porsche #D69D5B

Tints of Porsche #D69D5B

Color information

#D69D5B (or 0xD69D5B) is unknown color: approx Porsche. HEX triplet: D6, 9D and 5B. RGB value is (214,157,91). Sum of RGB (Red+Green+Blue) = 214+157+91=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 157 (61.72% from 255 or 33.98% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D5B is #2962A4. Grayscale: #A6A6A6. Windows color (decimal): -2712229 or 6004182. OLE color: 6004182.

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

Color convert

RGB21415791-
CMYK00.270.570.16
HSL32.2º60%59.8%-
HSV(B)32.2º57.48%83.92%-
XYZ41.6839.1715.26-
YUV166.5285.38161.87-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.32%
GREEN value IS 157 (61.72% from 255) = 33.98%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=46.32%
G=33.98%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141579100.270.570.1632.26059.8
HexD69D5B01B3910203c3c
Octal3262351330337120407474
Binary1101011010011101101101101101111100110000100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D5B; }

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

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

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

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

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

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

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

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