#D69B54

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

Shades of Porsche #D69B54

Tints of Porsche #D69B54

Color information

#D69B54 (or 0xD69B54) is unknown color: approx Porsche. HEX triplet: D6, 9B and 54. RGB value is (214,155,84). Sum of RGB (Red+Green+Blue) = 214+155+84=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 155 (60.94% from 255 or 34.22% from 453); Blue value is 84 (33.20% from 255 or 18.54% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D69B54 is #2964AB. Grayscale: #A4A4A4. Windows color (decimal): -2712748 or 5544918. OLE color: 5544918.

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

Color convert

RGB21415584-
CMYK00.280.610.16
HSL32.77º61.32%58.43%-
HSV(B)32.77º60.75%83.92%-
XYZ41.0538.3813.63-
YUV164.5582.55163.27-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.24%
GREEN value IS 155 (60.94% from 255) = 34.22%
BLUE value IS 84 (33.20% from 255) = 18.54%
R=47.24%
G=34.22%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.61
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141558400.280.610.1632.7761.3258.43
HexD69B5401C3D10213d3a
Octal3262331240347520417572
Binary1101011010011011101010001110011110110000100001111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69B54; }

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

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

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

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

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

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

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

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