Html Css Color HEX #DD9554 Porsche

📋 copy color: '#DD9554'

red 221 ◦ green 149 ◦ blue 84

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

Shades of Porsche #DD9554

Tints of Porsche #DD9554

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.82%

 BLUE value IS 84 (33.2% from 255) = 18.5%

R = 48.68%
G = 32.82%
B = 18.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#DD9554 (or 0xDD9554) is known color: Porsche. HEX triplet: DD, 95 and 54. RGB value is (221,149,84). Sum of RGB (Red+Green+Blue) = 221+149+84=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 84 (33.20% from 255 or 18.50% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9554 is #226AAB. Grayscale: #A3A3A3. Windows color (decimal): -2255532 or 5543389. OLE color: 5543389.

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

Color convert

RGB 221 149 84 -
CMYK 0 0.33 0.62 0.13
HSL 28.47º 0.67% 0.6% -
HSV(B) 28.47º 0.62% 0.87% -
XYZ 42.17 37.51 13.4 -
YUV 163.12 83.35 169.29 -
System Red Green Blue C M Y K H S L
Decimal 221 149 84 0 0.33 0.62 0.13 28.47 0.67 0.6
Hex DD 95 54 0 21 3E D 1C 43 3C
Octal 335 225 124 0 41 76 15 34 103 74
Binary 11011101 10010101 1010100 0 100001 111110 1101 11100 1000011 111100

Color Harmonies of #DD9554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9554

Black with #DD9554

Text Example


Text Example

White with #DD9554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9554; }

 p { color: rgb(221,149,84); }

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

background-color css

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

 a { background-color: rgb(221,149,84); }

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

border-color css

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

 span { border-color: rgb(221,149,84); }

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