Html Css Color HEX #DD985D Porsche

📋 copy color: '#DD985D'

red 221 ◦ green 152 ◦ blue 93

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

Shades of Porsche #DD985D

Tints of Porsche #DD985D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 32.62%

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

R = 47.42%
G = 32.62%
B = 19.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DD985D (or 0xDD985D) is known color: Porsche. HEX triplet: DD, 98 and 5D. RGB value is (221,152,93). Sum of RGB (Red+Green+Blue) = 221+152+93=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 93 (36.72% from 255 or 19.96% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD985D is #2267A2. Grayscale: #A6A6A6. Windows color (decimal): -2254755 or 6133981. OLE color: 6133981.

HSL color Cylindrical-coordinate representation of color #DD985D: hue angle of 27.66º 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 #DD985D is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 152 93 -
CMYK 0 0.31 0.58 0.13
HSL 27.66º 0.65% 0.62% -
HSV(B) 27.66º 0.58% 0.87% -
XYZ 43.02 38.62 15.54 -
YUV 165.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 221 152 93 0 0.31 0.58 0.13 27.66 0.65 0.62
Hex DD 98 5D 0 1F 3A D 1C 41 3E
Octal 335 230 135 0 37 72 15 34 101 76
Binary 11011101 10011000 1011101 0 11111 111010 1101 11100 1000001 111110

Color Harmonies of #DD985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD985D

Black with #DD985D

Text Example


Text Example

White with #DD985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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