Html Css Color HEX #DD9559 Porsche

📋 copy color: '#DD9559'

red 221 ◦ green 149 ◦ blue 89

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

Shades of Porsche #DD9559

Tints of Porsche #DD9559

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 19.39%

R = 48.15%
G = 32.46%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9559 (or 0xDD9559) is known color: Porsche. HEX triplet: DD, 95 and 59. RGB value is (221,149,89). Sum of RGB (Red+Green+Blue) = 221+149+89=459 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.15% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 89 (35.16% from 255 or 19.39% from 459); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9559 is #226AA6. Grayscale: #A3A3A3. Windows color (decimal): -2255527 or 5871069. OLE color: 5871069.

HSL color Cylindrical-coordinate representation of color #DD9559: hue angle of 27.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9559 is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 149 89 -
CMYK 0 0.33 0.60 0.13
HSL 27.27º 0.66% 0.61% -
HSV(B) 27.27º 0.6% 0.87% -
XYZ 42.37 37.59 14.47 -
YUV 163.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 221 149 89 0 0.33 0.60 0.13 27.27 0.66 0.61
Hex DD 95 59 0 21 3C D 1B 42 3D
Octal 335 225 131 0 41 74 15 33 102 75
Binary 11011101 10010101 1011001 0 100001 111100 1101 11011 1000010 111101

Color Harmonies of #DD9559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9559

Black with #DD9559

Text Example


Text Example

White with #DD9559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9559; }

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

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

background-color css

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

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

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

border-color css

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

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

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