Html Css Color HEX #DDA55A Porsche

📋 copy color: '#DDA55A'

red 221 ◦ green 165 ◦ blue 90

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

Shades of Porsche #DDA55A

Tints of Porsche #DDA55A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.66%

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

R = 46.43%
G = 34.66%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DDA55A (or 0xDDA55A) is known color: Porsche. HEX triplet: DD, A5 and 5A. RGB value is (221,165,90). Sum of RGB (Red+Green+Blue) = 221+165+90=476 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.43% from 476); Green value is 165 (64.84% from 255 or 34.66% from 476); Blue value is 90 (35.55% from 255 or 18.91% from 476); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA55A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA55A is #225AA5. Grayscale: #ADADAD. Windows color (decimal): -2251430 or 5940701. OLE color: 5940701.

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

Color convert

RGB 221 165 90 -
CMYK 0 0.25 0.59 0.13
HSL 34.35º 0.66% 0.61% -
HSV(B) 34.35º 0.59% 0.87% -
XYZ 45.12 43.02 15.6 -
YUV 173.19 81.05 162.1 -
System Red Green Blue C M Y K H S L
Decimal 221 165 90 0 0.25 0.59 0.13 34.35 0.66 0.61
Hex DD A5 5A 0 19 3B D 22 42 3D
Octal 335 245 132 0 31 73 15 42 102 75
Binary 11011101 10100101 1011010 0 11001 111011 1101 100010 1000010 111101

Color Harmonies of #DDA55A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA55A

Black with #DDA55A

Text Example


Text Example

White with #DDA55A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA55A; }

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

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

background-color css

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

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

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

border-color css

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

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

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