Html Css Color HEX #DD985C Porsche

📋 copy color: '#DD985C'

red 221 ◦ green 152 ◦ blue 92

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

Shades of Porsche #DD985C

Tints of Porsche #DD985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 19.78%

R = 47.53%
G = 32.69%
B = 19.78%

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

#DD985C (or 0xDD985C) is known color: Porsche. HEX triplet: DD, 98 and 5C. RGB value is (221,152,92). Sum of RGB (Red+Green+Blue) = 221+152+92=465 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.53% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 221 - color contains mainly: red. Hex color #DD985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD985C is #2267A3. Grayscale: #A6A6A6. Windows color (decimal): -2254756 or 6068445. OLE color: 6068445.

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

Color convert

RGB 221 152 92 -
CMYK 0 0.31 0.58 0.13
HSL 27.91º 0.65% 0.61% -
HSV(B) 27.91º 0.58% 0.87% -
XYZ 42.98 38.6 15.31 -
YUV 165.79 86.36 167.38 -
System Red Green Blue C M Y K H S L
Decimal 221 152 92 0 0.31 0.58 0.13 27.91 0.65 0.61
Hex DD 98 5C 0 1F 3A D 1C 41 3D
Octal 335 230 134 0 37 72 15 34 101 75
Binary 11011101 10011000 1011100 0 11111 111010 1101 11100 1000001 111101

Color Harmonies of #DD985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD985C

Black with #DD985C

Text Example


Text Example

White with #DD985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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