Html Css Color HEX #DF985E Porsche

📋 copy color: '#DF985E'

red 223 ◦ green 152 ◦ blue 94

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

Shades of Porsche #DF985E

Tints of Porsche #DF985E

RGB

 RED value IS 223 (87.5% from 255) = 47.55%

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

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

R = 47.55%
G = 32.41%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF985E (or 0xDF985E) is known color: Porsche. HEX triplet: DF, 98 and 5E. RGB value is (223,152,94). Sum of RGB (Red+Green+Blue) = 223+152+94=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF985E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF985E is #2067A1. Grayscale: #A6A6A6. Windows color (decimal): -2123682 or 6199519. OLE color: 6199519.

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

Color convert

RGB 223 152 94 -
CMYK 0 0.32 0.58 0.13
HSL 26.98º 0.67% 0.62% -
HSV(B) 26.98º 0.58% 0.87% -
XYZ 43.68 38.95 15.81 -
YUV 166.62 87.02 168.22 -
System Red Green Blue C M Y K H S L
Decimal 223 152 94 0 0.32 0.58 0.13 26.98 0.67 0.62
Hex DF 98 5E 0 20 3A D 1B 43 3E
Octal 337 230 136 0 40 72 15 33 103 76
Binary 11011111 10011000 1011110 0 100000 111010 1101 11011 1000011 111110

Color Harmonies of #DF985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF985E

Black with #DF985E

Text Example


Text Example

White with #DF985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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