#DEA250

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

Shades of Porsche #DEA250

Tints of Porsche #DEA250

Color information

#DEA250 (or 0xDEA250) is unknown color: approx Porsche. HEX triplet: DE, A2 and 50. RGB value is (222,162,80). Sum of RGB (Red+Green+Blue) = 222+162+80=464 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.84% from 464); Green value is 162 (63.67% from 255 or 34.91% from 464); Blue value is 80 (31.64% from 255 or 17.24% from 464); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA250 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA250 is #215DAF. Grayscale: #AAAAAA. Windows color (decimal): -2186672 or 5284574. OLE color: 5284574.

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

Color convert

RGB22216280-
CMYK00.270.640.13
HSL34.65º68.27%59.22%-
HSV(B)34.65º63.96%87.06%-
XYZ44.4941.9513.34-
YUV170.5976.88164.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 47.84%
GREEN value IS 162 (63.67% from 255) = 34.91%
BLUE value IS 80 (31.64% from 255) = 17.24%
R=47.84%
G=34.91%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221628000.270.640.1334.6568.2759.22
HexDEA25001B40D23443b
Octal336242120033100154310473
Binary11011110101000101010000011011100000011011000111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA250; }

 p { color: rgb(222,162,80); }

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

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

 a { background-color: rgb(222,162,80); }

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

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

 span { border-color: rgb(222,162,80); }

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