Html Css Color HEX #DDA459 Porsche

📋 copy color: '#DDA459'

red 221 ◦ green 164 ◦ blue 89

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

Shades of Porsche #DDA459

Tints of Porsche #DDA459

RGB

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

 GREEN value IS 164 (64.45% from 255) = 34.6%

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

R = 46.62%
G = 34.6%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DDA459 (or 0xDDA459) is known color: Porsche. HEX triplet: DD, A4 and 59. RGB value is (221,164,89). Sum of RGB (Red+Green+Blue) = 221+164+89=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 164 (64.45% from 255 or 34.60% from 474); Blue value is 89 (35.16% from 255 or 18.78% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA459 is #225BA6. Grayscale: #ACACAC. Windows color (decimal): -2251687 or 5874909. OLE color: 5874909.

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

Color convert

RGB 221 164 89 -
CMYK 0 0.26 0.60 0.13
HSL 34.09º 0.66% 0.61% -
HSV(B) 34.09º 0.6% 0.87% -
XYZ 44.9 42.64 15.32 -
YUV 172.49 80.88 162.6 -
System Red Green Blue C M Y K H S L
Decimal 221 164 89 0 0.26 0.60 0.13 34.09 0.66 0.61
Hex DD A4 59 0 1A 3C D 22 42 3D
Octal 335 244 131 0 32 74 15 42 102 75
Binary 11011101 10100100 1011001 0 11010 111100 1101 100010 1000010 111101

Color Harmonies of #DDA459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA459

Black with #DDA459

Text Example


Text Example

White with #DDA459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA459; }

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

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

background-color css

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

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

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

border-color css

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

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

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