Html Css Color HEX #DD9950 Porsche

📋 copy color: '#DD9950'

red 221 ◦ green 153 ◦ blue 80

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

Shades of Porsche #DD9950

Tints of Porsche #DD9950

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 80 (31.64% from 255) = 17.62%

R = 48.68%
G = 33.7%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.13

RGB Variations

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

Color information

#DD9950 (or 0xDD9950) is known color: Porsche. HEX triplet: DD, 99 and 50. RGB value is (221,153,80). Sum of RGB (Red+Green+Blue) = 221+153+80=454 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.68% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9950 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9950 is #2266AF. Grayscale: #A5A5A5. Windows color (decimal): -2254512 or 5282269. OLE color: 5282269.

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

Color convert

RGB 221 153 80 -
CMYK 0 0.31 0.64 0.13
HSL 31.06º 0.67% 0.59% -
HSV(B) 31.06º 0.64% 0.87% -
XYZ 42.66 38.73 12.82 -
YUV 165.01 80.03 167.94 -
System Red Green Blue C M Y K H S L
Decimal 221 153 80 0 0.31 0.64 0.13 31.06 0.67 0.59
Hex DD 99 50 0 1F 40 D 1F 43 3B
Octal 335 231 120 0 37 100 15 37 103 73
Binary 11011101 10011001 1010000 0 11111 1000000 1101 11111 1000011 111011

Color Harmonies of #DD9950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9950

Black with #DD9950

Text Example


Text Example

White with #DD9950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9950; }

 p { color: rgb(221,153,80); }

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

background-color css

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

 a { background-color: rgb(221,153,80); }

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

border-color css

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

 span { border-color: rgb(221,153,80); }

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