Html Css Color HEX #DDA055 Porsche

📋 copy color: '#DDA055'

red 221 ◦ green 160 ◦ blue 85

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

Shades of Porsche #DDA055

Tints of Porsche #DDA055

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.33%

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

R = 47.42%
G = 34.33%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DDA055 (or 0xDDA055) is known color: Porsche. HEX triplet: DD, A0 and 55. RGB value is (221,160,85). Sum of RGB (Red+Green+Blue) = 221+160+85=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 85 (33.59% from 255 or 18.24% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA055 is #225FAA. Grayscale: #AAAAAA. Windows color (decimal): -2252715 or 5611741. OLE color: 5611741.

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

Color convert

RGB 221 160 85 -
CMYK 0 0.28 0.62 0.13
HSL 33.09º 0.67% 0.6% -
HSV(B) 33.09º 0.62% 0.87% -
XYZ 44.03 41.17 14.22 -
YUV 169.69 80.21 164.6 -
System Red Green Blue C M Y K H S L
Decimal 221 160 85 0 0.28 0.62 0.13 33.09 0.67 0.6
Hex DD A0 55 0 1C 3E D 21 43 3C
Octal 335 240 125 0 34 76 15 41 103 74
Binary 11011101 10100000 1010101 0 11100 111110 1101 100001 1000011 111100

Color Harmonies of #DDA055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDA055

Black with #DDA055

Text Example


Text Example

White with #DDA055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDA055; }

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

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

background-color css

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

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

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

border-color css

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

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

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