Html Css Color HEX #DD9F63 Porsche

📋 copy color: '#DD9F63'

red 221 ◦ green 159 ◦ blue 99

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

Shades of Porsche #DD9F63

Tints of Porsche #DD9F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.67%

R = 46.14%
G = 33.19%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.13

RGB Variations

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

Color information

#DD9F63 (or 0xDD9F63) is known color: Porsche. HEX triplet: DD, 9F and 63. RGB value is (221,159,99). Sum of RGB (Red+Green+Blue) = 221+159+99=479 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.14% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9F63 is #22609C. Grayscale: #ABABAB. Windows color (decimal): -2252957 or 6528989. OLE color: 6528989.

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

Color convert

RGB 221 159 99 -
CMYK 0 0.28 0.55 0.13
HSL 29.51º 0.64% 0.63% -
HSV(B) 29.51º 0.55% 0.87% -
XYZ 44.47 41.07 17.39 -
YUV 170.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 221 159 99 0 0.28 0.55 0.13 29.51 0.64 0.63
Hex DD 9F 63 0 1C 37 D 1E 40 3F
Octal 335 237 143 0 34 67 15 36 100 77
Binary 11011101 10011111 1100011 0 11100 110111 1101 11110 1000000 111111

Color Harmonies of #DD9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9F63

Black with #DD9F63

Text Example


Text Example

White with #DD9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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