Html Css Color HEX #DD9D5D Porsche

📋 copy color: '#DD9D5D'

red 221 ◦ green 157 ◦ blue 93

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

Shades of Porsche #DD9D5D

Tints of Porsche #DD9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 93 (36.72% from 255) = 19.75%

R = 46.92%
G = 33.33%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD9D5D (or 0xDD9D5D) is known color: Porsche. HEX triplet: DD, 9D and 5D. RGB value is (221,157,93). Sum of RGB (Red+Green+Blue) = 221+157+93=471 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.92% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 93 (36.72% from 255 or 19.75% from 471); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD9D5D is #2262A2. Grayscale: #A9A9A9. Windows color (decimal): -2253475 or 6135261. OLE color: 6135261.

HSL color Cylindrical-coordinate representation of color #DD9D5D: hue angle of 30º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DD9D5D is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 157 93 -
CMYK 0 0.29 0.58 0.13
HSL 30º 0.65% 0.62% -
HSV(B) 30º 0.58% 0.87% -
XYZ 43.85 40.28 15.82 -
YUV 168.84 85.2 165.2 -
System Red Green Blue C M Y K H S L
Decimal 221 157 93 0 0.29 0.58 0.13 30 0.65 0.62
Hex DD 9D 5D 0 1D 3A D 1E 41 3E
Octal 335 235 135 0 35 72 15 36 101 76
Binary 11011101 10011101 1011101 0 11101 111010 1101 11110 1000001 111110

Color Harmonies of #DD9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9D5D

Black with #DD9D5D

Text Example


Text Example

White with #DD9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9D5D; }

 p { color: rgb(221,157,93); }

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

background-color css

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

 a { background-color: rgb(221,157,93); }

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

border-color css

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

 span { border-color: rgb(221,157,93); }

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