Html Css Color HEX #DD985E Porsche

📋 copy color: '#DD985E'

red 221 ◦ green 152 ◦ blue 94

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

Shades of Porsche #DD985E

Tints of Porsche #DD985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.13%

R = 47.32%
G = 32.55%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DD985E (or 0xDD985E) is known color: Porsche. HEX triplet: DD, 98 and 5E. RGB value is (221,152,94). Sum of RGB (Red+Green+Blue) = 221+152+94=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 152 (59.77% from 255 or 32.55% from 467); Blue value is 94 (37.11% from 255 or 20.13% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD985E is #2267A1. Grayscale: #A6A6A6. Windows color (decimal): -2254754 or 6199517. OLE color: 6199517.

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

Color convert

RGB 221 152 94 -
CMYK 0 0.31 0.57 0.13
HSL 27.4º 0.65% 0.62% -
HSV(B) 27.4º 0.57% 0.87% -
XYZ 43.07 38.64 15.78 -
YUV 166.02 87.36 167.22 -
System Red Green Blue C M Y K H S L
Decimal 221 152 94 0 0.31 0.57 0.13 27.4 0.65 0.62
Hex DD 98 5E 0 1F 39 D 1B 41 3E
Octal 335 230 136 0 37 71 15 33 101 76
Binary 11011101 10011000 1011110 0 11111 111001 1101 11011 1000001 111110

Color Harmonies of #DD985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD985E

Black with #DD985E

Text Example


Text Example

White with #DD985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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