#DDA268

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

Shades of Porsche #DDA268

Tints of Porsche #DDA268

Color information

#DDA268 (or 0xDDA268) is unknown color: approx Porsche. HEX triplet: DD, A2 and 68. RGB value is (221,162,104). Sum of RGB (Red+Green+Blue) = 221+162+104=487 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.38% from 487); Green value is 162 (63.67% from 255 or 33.26% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA268 is #225D97. Grayscale: #ADADAD. Windows color (decimal): -2252184 or 6857437. OLE color: 6857437.

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

Color convert

RGB221162104-
CMYK00.270.530.13
HSL29.74º63.24%63.73%-
HSV(B)29.74º52.94%86.67%-
XYZ45.2442.2118.86-
YUV173.0389.05162.22-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 45.38%
GREEN value IS 162 (63.67% from 255) = 33.26%
BLUE value IS 104 (41.02% from 255) = 21.36%
R=45.38%
G=33.26%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22116210400.270.530.1329.7463.2463.73
HexDDA26801B35D1e3f40
Octal33524215003365153677100
Binary110111011010001011010000110111101011101111101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA268; }

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

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

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

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

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

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

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

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