Html Css Color HEX #DD9A55 Porsche

📋 copy color: '#DD9A55'

red 221 ◦ green 154 ◦ blue 85

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

Shades of Porsche #DD9A55

Tints of Porsche #DD9A55

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.48%

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

R = 48.04%
G = 33.48%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9A55 (or 0xDD9A55) is known color: Porsche. HEX triplet: DD, 9A and 55. RGB value is (221,154,85). Sum of RGB (Red+Green+Blue) = 221+154+85=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9A55 is #2265AA. Grayscale: #A6A6A6. Windows color (decimal): -2254251 or 5610205. OLE color: 5610205.

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

Color convert

RGB 221 154 85 -
CMYK 0 0.30 0.62 0.13
HSL 30.44º 0.67% 0.6% -
HSV(B) 30.44º 0.62% 0.87% -
XYZ 43.01 39.14 13.88 -
YUV 166.17 82.2 167.11 -
System Red Green Blue C M Y K H S L
Decimal 221 154 85 0 0.30 0.62 0.13 30.44 0.67 0.6
Hex DD 9A 55 0 1E 3E D 1E 43 3C
Octal 335 232 125 0 36 76 15 36 103 74
Binary 11011101 10011010 1010101 0 11110 111110 1101 11110 1000011 111100

Color Harmonies of #DD9A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9A55

Black with #DD9A55

Text Example


Text Example

White with #DD9A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9A55; }

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

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

background-color css

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

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

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

border-color css

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

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

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