Html Css Color HEX #DD9E5E Porsche

📋 copy color: '#DD9E5E'

red 221 ◦ green 158 ◦ blue 94

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

Shades of Porsche #DD9E5E

Tints of Porsche #DD9E5E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.4%

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

R = 46.72%
G = 33.4%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD9E5E (or 0xDD9E5E) is known color: Porsche. HEX triplet: DD, 9E and 5E. RGB value is (221,158,94). Sum of RGB (Red+Green+Blue) = 221+158+94=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9E5E is #2261A1. Grayscale: #A9A9A9. Windows color (decimal): -2253218 or 6201053. OLE color: 6201053.

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

Color convert

RGB 221 158 94 -
CMYK 0 0.29 0.57 0.13
HSL 30.24º 0.65% 0.62% -
HSV(B) 30.24º 0.57% 0.87% -
XYZ 44.07 40.63 16.11 -
YUV 169.54 85.37 164.7 -
System Red Green Blue C M Y K H S L
Decimal 221 158 94 0 0.29 0.57 0.13 30.24 0.65 0.62
Hex DD 9E 5E 0 1D 39 D 1E 41 3E
Octal 335 236 136 0 35 71 15 36 101 76
Binary 11011101 10011110 1011110 0 11101 111001 1101 11110 1000001 111110

Color Harmonies of #DD9E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9E5E

Black with #DD9E5E

Text Example


Text Example

White with #DD9E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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