#D69C55

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

Shades of Porsche #D69C55

Tints of Porsche #D69C55

Color information

#D69C55 (or 0xD69C55) is unknown color: approx Porsche. HEX triplet: D6, 9C and 55. RGB value is (214,156,85). Sum of RGB (Red+Green+Blue) = 214+156+85=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 85 (33.59% from 255 or 18.68% from 455); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69C55 is #2963AA. Grayscale: #A5A5A5. Windows color (decimal): -2712491 or 5610710. OLE color: 5610710.

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

Color convert

RGB21415685-
CMYK00.270.600.16
HSL33.02º61.14%58.63%-
HSV(B)33.02º60.28%83.92%-
XYZ41.2638.7313.9-
YUV165.2582.72162.77-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 156 (61.33% from 255) = 34.29%
BLUE value IS 85 (33.59% from 255) = 18.68%
R=47.03%
G=34.29%
B=18.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.60
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141568500.270.600.1633.0261.1458.63
HexD69C5501B3C10213d3b
Octal3262341250337420417573
Binary1101011010011100101010101101111110010000100001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69C55; }

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

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

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

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

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

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

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

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