Html Css Color HEX #DDA55B Porsche

📋 copy color: '#DDA55B'

red 221 ◦ green 165 ◦ blue 91

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

Shades of Porsche #DDA55B

Tints of Porsche #DDA55B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.08%

R = 46.33%
G = 34.59%
B = 19.08%

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

#DDA55B (or 0xDDA55B) is known color: Porsche. HEX triplet: DD, A5 and 5B. RGB value is (221,165,91). Sum of RGB (Red+Green+Blue) = 221+165+91=477 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.33% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 91 (35.94% from 255 or 19.08% from 477); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA55B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA55B is #225AA4. Grayscale: #ADADAD. Windows color (decimal): -2251429 or 6006237. OLE color: 6006237.

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

Color convert

RGB 221 165 91 -
CMYK 0 0.25 0.59 0.13
HSL 34.15º 0.66% 0.61% -
HSV(B) 34.15º 0.59% 0.87% -
XYZ 45.16 43.04 15.82 -
YUV 173.31 81.55 162.02 -
System Red Green Blue C M Y K H S L
Decimal 221 165 91 0 0.25 0.59 0.13 34.15 0.66 0.61
Hex DD A5 5B 0 19 3B D 22 42 3D
Octal 335 245 133 0 31 73 15 42 102 75
Binary 11011101 10100101 1011011 0 11001 111011 1101 100010 1000010 111101

Color Harmonies of #DDA55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA55B

Black with #DDA55B

Text Example


Text Example

White with #DDA55B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA55B; }

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

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

background-color css

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

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

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

border-color css

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

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

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