#D69B55

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

Shades of Porsche #D69B55

Tints of Porsche #D69B55

Color information

#D69B55 (or 0xD69B55) is unknown color: approx Porsche. HEX triplet: D6, 9B and 55. RGB value is (214,155,85). Sum of RGB (Red+Green+Blue) = 214+155+85=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 85 (33.59% from 255 or 18.72% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B55 is #2964AA. Grayscale: #A4A4A4. Windows color (decimal): -2712747 or 5610454. OLE color: 5610454.

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

Color convert

RGB21415585-
CMYK00.280.600.16
HSL32.56º61.14%58.63%-
HSV(B)32.56º60.28%83.92%-
XYZ41.0938.3913.84-
YUV164.6683.05163.19-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.14%
GREEN value IS 155 (60.94% from 255) = 34.14%
BLUE value IS 85 (33.59% from 255) = 18.72%
R=47.14%
G=34.14%
B=18.72%

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
Decimal2141558500.280.600.1632.5661.1458.63
HexD69B5501C3C10213d3b
Octal3262331250347420417573
Binary1101011010011011101010101110011110010000100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B55; }

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

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

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

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

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

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

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

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