#DEA66B

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

Shades of Porsche #DEA66B

Tints of Porsche #DEA66B

Color information

#DEA66B (or 0xDEA66B) is unknown color: approx Porsche. HEX triplet: DE, A6 and 6B. RGB value is (222,166,107). Sum of RGB (Red+Green+Blue) = 222+166+107=495 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.85% from 495); Green value is 166 (65.23% from 255 or 33.54% from 495); Blue value is 107 (42.19% from 255 or 21.62% from 495); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA66B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DEA66B is #215994. Grayscale: #B0B0B0. Windows color (decimal): -2185621 or 7055070. OLE color: 7055070.

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

Color convert

RGB222166107-
CMYK00.250.520.13
HSL30.78º63.54%64.51%-
HSV(B)30.78º51.8%87.06%-
XYZ46.4143.8619.93-
YUV176.0289.05160.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.85%
GREEN value IS 166 (65.23% from 255) = 33.54%
BLUE value IS 107 (42.19% from 255) = 21.62%
R=44.85%
G=33.54%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216610700.250.520.1330.7863.5464.51
HexDEA66B01934D1f4041
Octal336246153031641537100101
Binary1101111010100110110101101100111010011011111110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA66B; }

 p { color: rgb(222,166,107); }

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

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

 a { background-color: rgb(222,166,107); }

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

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

 span { border-color: rgb(222,166,107); }

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