Html Css Color HEX #DDA660 Porsche

📋 copy color: '#DDA660'

red 221 ◦ green 166 ◦ blue 96

#DDA660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Porsche #DDA660

Tints of Porsche #DDA660

RGB

 RED value IS 221 (86.72% from 255) = 45.76%

 GREEN value IS 166 (65.23% from 255) = 34.37%

 BLUE value IS 96 (37.89% from 255) = 19.88%

R = 45.76%
G = 34.37%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DDA660 (or 0xDDA660) is known color: Porsche. HEX triplet: DD, A6 and 60. RGB value is (221,166,96). Sum of RGB (Red+Green+Blue) = 221+166+96=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 166 (65.23% from 255 or 34.37% from 483); Blue value is 96 (37.89% from 255 or 19.88% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA660 is #22599F. Grayscale: #AEAEAE. Windows color (decimal): -2251168 or 6334173. OLE color: 6334173.

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

Color convert

RGB 221 166 96 -
CMYK 0 0.25 0.57 0.13
HSL 33.6º 0.65% 0.62% -
HSV(B) 33.6º 0.57% 0.87% -
XYZ 45.57 43.49 17.06 -
YUV 174.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 221 166 96 0 0.25 0.57 0.13 33.6 0.65 0.62
Hex DD A6 60 0 19 39 D 22 41 3E
Octal 335 246 140 0 31 71 15 42 101 76
Binary 11011101 10100110 1100000 0 11001 111001 1101 100010 1000001 111110

Color Harmonies of #DDA660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA660

Black with #DDA660

Text Example


Text Example

White with #DDA660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA660; }

 p { color: rgb(221,166,96); }

 H1.HeaderClassName
 {
   color: #DDA660;
 }
 .AnyTagClassName
 {
   color: #DDA660;
 }
</style>

background-color css

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

 a { background-color: rgb(221,166,96); }

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

border-color css

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

 span { border-color: rgb(221,166,96); }

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