Html Css Color HEX #DD9759 Porsche

📋 copy color: '#DD9759'

red 221 ◦ green 151 ◦ blue 89

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

Shades of Porsche #DD9759

Tints of Porsche #DD9759

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.75%

 BLUE value IS 89 (35.16% from 255) = 19.31%

R = 47.94%
G = 32.75%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DD9759 (or 0xDD9759) is known color: Porsche. HEX triplet: DD, 97 and 59. RGB value is (221,151,89). Sum of RGB (Red+Green+Blue) = 221+151+89=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 89 (35.16% from 255 or 19.31% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9759 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9759 is #2268A6. Grayscale: #A5A5A5. Windows color (decimal): -2255015 or 5871581. OLE color: 5871581.

HSL color Cylindrical-coordinate representation of color #DD9759: hue angle of 28.18º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD9759 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 151 89 -
CMYK 0 0.32 0.60 0.13
HSL 28.18º 0.66% 0.61% -
HSV(B) 28.18º 0.6% 0.87% -
XYZ 42.69 38.23 14.58 -
YUV 164.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 221 151 89 0 0.32 0.60 0.13 28.18 0.66 0.61
Hex DD 97 59 0 20 3C D 1C 42 3D
Octal 335 227 131 0 40 74 15 34 102 75
Binary 11011101 10010111 1011001 0 100000 111100 1101 11100 1000010 111101

Color Harmonies of #DD9759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9759

Black with #DD9759

Text Example


Text Example

White with #DD9759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9759; }

 p { color: rgb(221,151,89); }

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

background-color css

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

 a { background-color: rgb(221,151,89); }

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

border-color css

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

 span { border-color: rgb(221,151,89); }

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