Html Css Color HEX #DD9F5A Porsche

📋 copy color: '#DD9F5A'

red 221 ◦ green 159 ◦ blue 90

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

Shades of Porsche #DD9F5A

Tints of Porsche #DD9F5A

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.83%

 BLUE value IS 90 (35.55% from 255) = 19.15%

R = 47.02%
G = 33.83%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD9F5A (or 0xDD9F5A) is known color: Porsche. HEX triplet: DD, 9F and 5A. RGB value is (221,159,90). Sum of RGB (Red+Green+Blue) = 221+159+90=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F5A is #2260A5. Grayscale: #AAAAAA. Windows color (decimal): -2252966 or 5939165. OLE color: 5939165.

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

Color convert

RGB 221 159 90 -
CMYK 0 0.28 0.59 0.13
HSL 31.6º 0.66% 0.61% -
HSV(B) 31.6º 0.59% 0.87% -
XYZ 44.06 40.91 15.25 -
YUV 169.67 83.04 164.61 -
System Red Green Blue C M Y K H S L
Decimal 221 159 90 0 0.28 0.59 0.13 31.6 0.66 0.61
Hex DD 9F 5A 0 1C 3B D 20 42 3D
Octal 335 237 132 0 34 73 15 40 102 75
Binary 11011101 10011111 1011010 0 11100 111011 1101 100000 1000010 111101

Color Harmonies of #DD9F5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F5A

Black with #DD9F5A

Text Example


Text Example

White with #DD9F5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F5A; }

 p { color: rgb(221,159,90); }

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

background-color css

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

 a { background-color: rgb(221,159,90); }

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

border-color css

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

 span { border-color: rgb(221,159,90); }

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