#D69C5B

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

Shades of Porsche #D69C5B

Tints of Porsche #D69C5B

Color information

#D69C5B (or 0xD69C5B) is unknown color: approx Porsche. HEX triplet: D6, 9C and 5B. RGB value is (214,156,91). Sum of RGB (Red+Green+Blue) = 214+156+91=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 156 (61.33% from 255 or 33.84% from 461); Blue value is 91 (35.94% from 255 or 19.74% from 461); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C5B is #2963A4. Grayscale: #A6A6A6. Windows color (decimal): -2712485 or 6003926. OLE color: 6003926.

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

Color convert

RGB21415691-
CMYK00.270.570.16
HSL31.71º60%59.8%-
HSV(B)31.71º57.48%83.92%-
XYZ41.5138.8315.2-
YUV165.9385.72162.29-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 156 (61.33% from 255) = 33.84%
BLUE value IS 91 (35.94% from 255) = 19.74%
R=46.42%
G=33.84%
B=19.74%

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
Decimal2141569100.270.570.1631.716059.8
HexD69C5B01B3910203c3c
Octal3262341330337120407474
Binary1101011010011100101101101101111100110000100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C5B; }

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

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

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

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

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

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

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

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