Html Css Color HEX #DF984F Porsche

📋 copy color: '#DF984F'

red 223 ◦ green 152 ◦ blue 79

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

Shades of Porsche #DF984F

Tints of Porsche #DF984F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.4%

R = 49.12%
G = 33.48%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF984F (or 0xDF984F) is known color: Porsche. HEX triplet: DF, 98 and 4F. RGB value is (223,152,79). Sum of RGB (Red+Green+Blue) = 223+152+79=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 152 (59.77% from 255 or 33.48% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF984F is #2067B0. Grayscale: #A5A5A5. Windows color (decimal): -2123697 or 5216479. OLE color: 5216479.

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

Color convert

RGB 223 152 79 -
CMYK 0 0.32 0.65 0.13
HSL 30.42º 0.69% 0.59% -
HSV(B) 30.42º 0.65% 0.87% -
XYZ 43.07 38.71 12.6 -
YUV 164.91 79.52 169.44 -
System Red Green Blue C M Y K H S L
Decimal 223 152 79 0 0.32 0.65 0.13 30.42 0.69 0.59
Hex DF 98 4F 0 20 41 D 1E 45 3B
Octal 337 230 117 0 40 101 15 36 105 73
Binary 11011111 10011000 1001111 0 100000 1000001 1101 11110 1000101 111011

Color Harmonies of #DF984F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF984F

Black with #DF984F

Text Example


Text Example

White with #DF984F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF984F; }

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

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

background-color css

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

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

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

border-color css

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

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

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