#D69D5C

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

Shades of Porsche #D69D5C

Tints of Porsche #D69D5C

Color information

#D69D5C (or 0xD69D5C) is unknown color: approx Porsche. HEX triplet: D6, 9D and 5C. RGB value is (214,157,92). Sum of RGB (Red+Green+Blue) = 214+157+92=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 92 (36.33% from 255 or 19.87% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D69D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69D5C is #2962A3. Grayscale: #A6A6A6. Windows color (decimal): -2712228 or 6069718. OLE color: 6069718.

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

Color convert

RGB21415792-
CMYK00.270.570.16
HSL31.97º59.8%60%-
HSV(B)31.97º57.01%83.92%-
XYZ41.7239.1815.49-
YUV166.6385.88161.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 157 (61.72% from 255) = 33.91%
BLUE value IS 92 (36.33% from 255) = 19.87%
R=46.22%
G=33.91%
B=19.87%

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
Decimal2141579200.270.570.1631.9759.860
HexD69D5C01B3910203c3c
Octal3262351340337120407474
Binary1101011010011101101110001101111100110000100000111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69D5C; }

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

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

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

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

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

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

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

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