Html Css Color HEX #DF985A Porsche

📋 copy color: '#DF985A'

red 223 ◦ green 152 ◦ blue 90

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

Shades of Porsche #DF985A

Tints of Porsche #DF985A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.35%

R = 47.96%
G = 32.69%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.13

RGB Variations

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

Color information

#DF985A (or 0xDF985A) is known color: Porsche. HEX triplet: DF, 98 and 5A. RGB value is (223,152,90). Sum of RGB (Red+Green+Blue) = 223+152+90=465 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.96% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 90 (35.55% from 255 or 19.35% from 465); Max value from RGB is 223 - color contains mainly: red. Hex color #DF985A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF985A is #2067A5. Grayscale: #A6A6A6. Windows color (decimal): -2123686 or 5937375. OLE color: 5937375.

HSL color Cylindrical-coordinate representation of color #DF985A: hue angle of 27.97º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DF985A is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 152 90 -
CMYK 0 0.32 0.60 0.13
HSL 27.97º 0.68% 0.61% -
HSV(B) 27.97º 0.6% 0.87% -
XYZ 43.51 38.88 14.88 -
YUV 166.16 85.02 168.54 -
System Red Green Blue C M Y K H S L
Decimal 223 152 90 0 0.32 0.60 0.13 27.97 0.68 0.61
Hex DF 98 5A 0 20 3C D 1C 44 3D
Octal 337 230 132 0 40 74 15 34 104 75
Binary 11011111 10011000 1011010 0 100000 111100 1101 11100 1000100 111101

Color Harmonies of #DF985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF985A

Black with #DF985A

Text Example


Text Example

White with #DF985A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF985A; }

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

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

background-color css

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

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

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

border-color css

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

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

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