Html Css Color HEX #DD9F5E Porsche

📋 copy color: '#DD9F5E'

red 221 ◦ green 159 ◦ blue 94

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

Shades of Porsche #DD9F5E

Tints of Porsche #DD9F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.83%

R = 46.62%
G = 33.54%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD9F5E (or 0xDD9F5E) is known color: Porsche. HEX triplet: DD, 9F and 5E. RGB value is (221,159,94). Sum of RGB (Red+Green+Blue) = 221+159+94=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 94 (37.11% from 255 or 19.83% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F5E is #2260A1. Grayscale: #AAAAAA. Windows color (decimal): -2252962 or 6201309. OLE color: 6201309.

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

Color convert

RGB 221 159 94 -
CMYK 0 0.28 0.57 0.13
HSL 30.71º 0.65% 0.62% -
HSV(B) 30.71º 0.57% 0.87% -
XYZ 44.24 40.98 16.17 -
YUV 170.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 221 159 94 0 0.28 0.57 0.13 30.71 0.65 0.62
Hex DD 9F 5E 0 1C 39 D 1F 41 3E
Octal 335 237 136 0 34 71 15 37 101 76
Binary 11011101 10011111 1011110 0 11100 111001 1101 11111 1000001 111110

Color Harmonies of #DD9F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F5E

Black with #DD9F5E

Text Example


Text Example

White with #DD9F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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