Html Css Color HEX #DDA155 Porsche

📋 copy color: '#DDA155'

red 221 ◦ green 161 ◦ blue 85

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

Shades of Porsche #DDA155

Tints of Porsche #DDA155

RGB

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

 GREEN value IS 161 (63.28% from 255) = 34.48%

 BLUE value IS 85 (33.59% from 255) = 18.2%

R = 47.32%
G = 34.48%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA155 (or 0xDDA155) is known color: Porsche. HEX triplet: DD, A1 and 55. RGB value is (221,161,85). Sum of RGB (Red+Green+Blue) = 221+161+85=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 85 (33.59% from 255 or 18.20% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA155 is #225EAA. Grayscale: #AAAAAA. Windows color (decimal): -2252459 or 5611997. OLE color: 5611997.

HSL color Cylindrical-coordinate representation of color #DDA155: hue angle of 33.53º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DDA155 is Cyan = 0, Magento = 0.27, Yellow = 0.62 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 161 85 -
CMYK 0 0.27 0.62 0.13
HSL 33.53º 0.67% 0.6% -
HSV(B) 33.53º 0.62% 0.87% -
XYZ 44.2 41.52 14.28 -
YUV 170.28 79.88 164.18 -
System Red Green Blue C M Y K H S L
Decimal 221 161 85 0 0.27 0.62 0.13 33.53 0.67 0.6
Hex DD A1 55 0 1B 3E D 22 43 3C
Octal 335 241 125 0 33 76 15 42 103 74
Binary 11011101 10100001 1010101 0 11011 111110 1101 100010 1000011 111100

Color Harmonies of #DDA155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA155

Black with #DDA155

Text Example


Text Example

White with #DDA155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA155; }

 p { color: rgb(221,161,85); }

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

background-color css

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

 a { background-color: rgb(221,161,85); }

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

border-color css

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

 span { border-color: rgb(221,161,85); }

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