Html Css Color HEX #DF985F Porsche

📋 copy color: '#DF985F'

red 223 ◦ green 152 ◦ blue 95

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

Shades of Porsche #DF985F

Tints of Porsche #DF985F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.21%

R = 47.45%
G = 32.34%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF985F (or 0xDF985F) is known color: Porsche. HEX triplet: DF, 98 and 5F. RGB value is (223,152,95). Sum of RGB (Red+Green+Blue) = 223+152+95=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 152 (59.77% from 255 or 32.34% from 470); Blue value is 95 (37.5% from 255 or 20.21% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF985F is #2067A0. Grayscale: #A7A7A7. Windows color (decimal): -2123681 or 6265055. OLE color: 6265055.

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

Color convert

RGB 223 152 95 -
CMYK 0 0.32 0.57 0.13
HSL 26.72º 0.67% 0.62% -
HSV(B) 26.72º 0.57% 0.87% -
XYZ 43.73 38.97 16.04 -
YUV 166.73 87.52 168.13 -
System Red Green Blue C M Y K H S L
Decimal 223 152 95 0 0.32 0.57 0.13 26.72 0.67 0.62
Hex DF 98 5F 0 20 39 D 1B 43 3E
Octal 337 230 137 0 40 71 15 33 103 76
Binary 11011111 10011000 1011111 0 100000 111001 1101 11011 1000011 111110

Color Harmonies of #DF985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF985F

Black with #DF985F

Text Example


Text Example

White with #DF985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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