#D69B56

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

Shades of Porsche #D69B56

Tints of Porsche #D69B56

Color information

#D69B56 (or 0xD69B56) is unknown color: approx Porsche. HEX triplet: D6, 9B and 56. RGB value is (214,155,86). Sum of RGB (Red+Green+Blue) = 214+155+86=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 155 (60.94% from 255 or 34.07% from 455); Blue value is 86 (33.98% from 255 or 18.90% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B56 is #2964A9. Grayscale: #A5A5A5. Windows color (decimal): -2712746 or 5675990. OLE color: 5675990.

HSL color Cylindrical-coordinate representation of color #D69B56: hue angle of 32.34º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D69B56 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB21415586-
CMYK00.280.600.16
HSL32.34º60.95%58.82%-
HSV(B)32.34º59.81%83.92%-
XYZ41.1338.4114.05-
YUV164.7883.55163.11-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 155 (60.94% from 255) = 34.07%
BLUE value IS 86 (33.98% from 255) = 18.90%
R=47.03%
G=34.07%
B=18.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141558600.280.600.1632.3460.9558.82
HexD69B5601C3C10203d3b
Octal3262331260347420407573
Binary1101011010011011101011001110011110010000100000111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B56; }

 p { color: rgb(214,155,86); }

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

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

 a { background-color: rgb(214,155,86); }

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

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

 span { border-color: rgb(214,155,86); }

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