#DDA25C

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

Shades of Porsche #DDA25C

Tints of Porsche #DDA25C

Color information

#DDA25C (or 0xDDA25C) is unknown color: approx Porsche. HEX triplet: DD, A2 and 5C. RGB value is (221,162,92). Sum of RGB (Red+Green+Blue) = 221+162+92=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 162 (63.67% from 255 or 34.11% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA25C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA25C is #225DA3. Grayscale: #ACACAC. Windows color (decimal): -2252196 or 6071005. OLE color: 6071005.

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

Color convert

RGB22116292-
CMYK00.270.580.13
HSL32.56º65.48%61.37%-
HSV(B)32.56º58.37%86.67%-
XYZ44.6741.9915.87-
YUV171.6683.05163.19-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.53%
GREEN value IS 162 (63.67% from 255) = 34.11%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=46.53%
G=34.11%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211629200.270.580.1332.5665.4861.37
HexDDA25C01B3AD21413d
Octal33524213403372154110175
Binary1101110110100010101110001101111101011011000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA25C; }

 p { color: rgb(221,162,92); }

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

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

 a { background-color: rgb(221,162,92); }

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

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

 span { border-color: rgb(221,162,92); }

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