Html Css Color HEX #DDA059 Porsche

📋 copy color: '#DDA059'

red 221 ◦ green 160 ◦ blue 89

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

Shades of Porsche #DDA059

Tints of Porsche #DDA059

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.04%

 BLUE value IS 89 (35.16% from 255) = 18.94%

R = 47.02%
G = 34.04%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDA059 (or 0xDDA059) is known color: Porsche. HEX triplet: DD, A0 and 59. RGB value is (221,160,89). Sum of RGB (Red+Green+Blue) = 221+160+89=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 89 (35.16% from 255 or 18.94% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA059 is #225FA6. Grayscale: #AAAAAA. Windows color (decimal): -2252711 or 5873885. OLE color: 5873885.

HSL color Cylindrical-coordinate representation of color #DDA059: hue angle of 32.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DDA059 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 160 89 -
CMYK 0 0.28 0.60 0.13
HSL 32.27º 0.66% 0.61% -
HSV(B) 32.27º 0.6% 0.87% -
XYZ 44.19 41.24 15.08 -
YUV 170.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 221 160 89 0 0.28 0.60 0.13 32.27 0.66 0.61
Hex DD A0 59 0 1C 3C D 20 42 3D
Octal 335 240 131 0 34 74 15 40 102 75
Binary 11011101 10100000 1011001 0 11100 111100 1101 100000 1000010 111101

Color Harmonies of #DDA059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA059

Black with #DDA059

Text Example


Text Example

White with #DDA059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA059; }

 p { color: rgb(221,160,89); }

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

background-color css

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

 a { background-color: rgb(221,160,89); }

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

border-color css

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

 span { border-color: rgb(221,160,89); }

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