#df9b6c

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

Shades of Porsche #DF9B6C

Tints of Porsche #DF9B6C

Color information

#DF9B6C (or 0xDF9B6C) is unknown color: approx Porsche. HEX triplet: DF, 9B and 6C. RGB value is (223,155,108). Sum of RGB (Red+Green+Blue) = 223+155+108=486 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.88% from 486); Green value is 155 (60.94% from 255 or 31.89% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9B6C is #206493. Grayscale: #AAAAAA. Windows color (decimal): -2122900 or 7117791. OLE color: 7117791.

HSL color Cylindrical-coordinate representation of color #DF9B6C: hue angle of 24.52º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF9B6C is Cyan = 0, Magento = 0.30, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB223155108-
CMYK00.300.520.13
HSL24.52º64.25%64.9%-
HSV(B)24.52º51.57%87.45%-
XYZ44.8640.2119.58-
YUV169.9793.03165.82-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.88%
GREEN value IS 155 (60.94% from 255) = 31.89%
BLUE value IS 108 (42.58% from 255) = 22.22%
R=45.88%
G=31.89%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315510800.300.520.1324.5264.2564.9
HexDF9B6C01E34D194041
Octal337233154036641531100101
Binary1101111110011011110110001111011010011011100110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #df9b6c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #df9b6c; }

 p { color: rgb(223,155,108); }

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

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

 a { background-color: rgb(223,155,108); }

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

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

 span { border-color: rgb(223,155,108); }

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