Html Css Color HEX #DD985B Porsche

📋 copy color: '#DD985B'

red 221 ◦ green 152 ◦ blue 91

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

Shades of Porsche #DD985B

Tints of Porsche #DD985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 19.61%

R = 47.63%
G = 32.76%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DD985B (or 0xDD985B) is known color: Porsche. HEX triplet: DD, 98 and 5B. RGB value is (221,152,91). Sum of RGB (Red+Green+Blue) = 221+152+91=464 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.63% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 91 (35.94% from 255 or 19.61% from 464); Max value from RGB is 221 - color contains mainly: red. Hex color #DD985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD985B is #2267A4. Grayscale: #A5A5A5. Windows color (decimal): -2254757 or 6002909. OLE color: 6002909.

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

Color convert

RGB 221 152 91 -
CMYK 0 0.31 0.59 0.13
HSL 28.15º 0.66% 0.61% -
HSV(B) 28.15º 0.59% 0.87% -
XYZ 42.94 38.58 15.08 -
YUV 165.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 221 152 91 0 0.31 0.59 0.13 28.15 0.66 0.61
Hex DD 98 5B 0 1F 3B D 1C 42 3D
Octal 335 230 133 0 37 73 15 34 102 75
Binary 11011101 10011000 1011011 0 11111 111011 1101 11100 1000010 111101

Color Harmonies of #DD985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD985B

Black with #DD985B

Text Example


Text Example

White with #DD985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD985B; }

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

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

background-color css

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

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

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

border-color css

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

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

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