Html Css Color HEX #DD9951 Porsche

📋 copy color: '#DD9951'

red 221 ◦ green 153 ◦ blue 81

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

Shades of Porsche #DD9951

Tints of Porsche #DD9951

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 17.8%

R = 48.57%
G = 33.63%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.13

RGB Variations

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

Color information

#DD9951 (or 0xDD9951) is known color: Porsche. HEX triplet: DD, 99 and 51. RGB value is (221,153,81). Sum of RGB (Red+Green+Blue) = 221+153+81=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 81 (32.03% from 255 or 17.80% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9951 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9951 is #2266AE. Grayscale: #A5A5A5. Windows color (decimal): -2254511 or 5347805. OLE color: 5347805.

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

Color convert

RGB 221 153 81 -
CMYK 0 0.31 0.63 0.13
HSL 30.86º 0.67% 0.59% -
HSV(B) 30.86º 0.63% 0.87% -
XYZ 42.7 38.75 13.01 -
YUV 165.12 80.53 167.85 -
System Red Green Blue C M Y K H S L
Decimal 221 153 81 0 0.31 0.63 0.13 30.86 0.67 0.59
Hex DD 99 51 0 1F 3F D 1F 43 3B
Octal 335 231 121 0 37 77 15 37 103 73
Binary 11011101 10011001 1010001 0 11111 111111 1101 11111 1000011 111011

Color Harmonies of #DD9951

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9951

Black with #DD9951

Text Example


Text Example

White with #DD9951

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9951; }

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

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

background-color css

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

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

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

border-color css

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

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

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