Html Css Color HEX #DF985B Porsche

📋 copy color: '#DF985B'

red 223 ◦ green 152 ◦ blue 91

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

Shades of Porsche #DF985B

Tints of Porsche #DF985B

RGB

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

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

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

R = 47.85%
G = 32.62%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#DF985B (or 0xDF985B) is known color: Porsche. HEX triplet: DF, 98 and 5B. RGB value is (223,152,91). Sum of RGB (Red+Green+Blue) = 223+152+91=466 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.85% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 223 - color contains mainly: red. Hex color #DF985B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF985B is #2067A4. Grayscale: #A6A6A6. Windows color (decimal): -2123685 or 6002911. OLE color: 6002911.

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

Color convert

RGB 223 152 91 -
CMYK 0 0.32 0.59 0.13
HSL 27.73º 0.67% 0.62% -
HSV(B) 27.73º 0.59% 0.87% -
XYZ 43.55 38.9 15.11 -
YUV 166.28 85.52 168.46 -
System Red Green Blue C M Y K H S L
Decimal 223 152 91 0 0.32 0.59 0.13 27.73 0.67 0.62
Hex DF 98 5B 0 20 3B D 1C 43 3E
Octal 337 230 133 0 40 73 15 34 103 76
Binary 11011111 10011000 1011011 0 100000 111011 1101 11100 1000011 111110

Color Harmonies of #DF985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF985B

Black with #DF985B

Text Example


Text Example

White with #DF985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF985B; }

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

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

background-color css

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

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

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

border-color css

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

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

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