#DDA35C

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

Shades of Porsche #DDA35C

Tints of Porsche #DDA35C

Color information

#DDA35C (or 0xDDA35C) is unknown color: approx Porsche. HEX triplet: DD, A3 and 5C. RGB value is (221,163,92). Sum of RGB (Red+Green+Blue) = 221+163+92=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 92 (36.33% from 255 or 19.33% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA35C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA35C is #225CA3. Grayscale: #ACACAC. Windows color (decimal): -2251940 or 6071261. OLE color: 6071261.

HSL color Cylindrical-coordinate representation of color #DDA35C: hue angle of 33.02º 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 #DDA35C is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB22116392-
CMYK00.260.580.13
HSL33.02º65.48%61.37%-
HSV(B)33.02º58.37%86.67%-
XYZ44.8542.3415.93-
YUV172.2582.72162.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.43%
GREEN value IS 163 (64.06% from 255) = 34.24%
BLUE value IS 92 (36.33% from 255) = 19.33%
R=46.43%
G=34.24%
B=19.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211639200.260.580.1333.0265.4861.37
HexDDA35C01A3AD21413d
Octal33524313403272154110175
Binary1101110110100011101110001101011101011011000011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDA35C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDA35C; }

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

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

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

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

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

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

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

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