Html Css Color HEX #DDA45A Porsche

📋 copy color: '#DDA45A'

red 221 ◦ green 164 ◦ blue 90

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

Shades of Porsche #DDA45A

Tints of Porsche #DDA45A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 18.95%

R = 46.53%
G = 34.53%
B = 18.95%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDA45A (or 0xDDA45A) is known color: Porsche. HEX triplet: DD, A4 and 5A. RGB value is (221,164,90). Sum of RGB (Red+Green+Blue) = 221+164+90=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 164 (64.45% from 255 or 34.53% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA45A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA45A is #225BA5. Grayscale: #ACACAC. Windows color (decimal): -2251686 or 5940445. OLE color: 5940445.

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

Color convert

RGB 221 164 90 -
CMYK 0 0.26 0.59 0.13
HSL 33.89º 0.66% 0.61% -
HSV(B) 33.89º 0.59% 0.87% -
XYZ 44.94 42.66 15.54 -
YUV 172.61 81.38 162.52 -
System Red Green Blue C M Y K H S L
Decimal 221 164 90 0 0.26 0.59 0.13 33.89 0.66 0.61
Hex DD A4 5A 0 1A 3B D 22 42 3D
Octal 335 244 132 0 32 73 15 42 102 75
Binary 11011101 10100100 1011010 0 11010 111011 1101 100010 1000010 111101

Color Harmonies of #DDA45A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA45A

Black with #DDA45A

Text Example


Text Example

White with #DDA45A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA45A; }

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

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

background-color css

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

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

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

border-color css

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

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

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