Html Css Color HEX #DF994F Porsche

📋 copy color: '#DF994F'

red 223 ◦ green 153 ◦ blue 79

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

Shades of Porsche #DF994F

Tints of Porsche #DF994F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.63%

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

R = 49.01%
G = 33.63%
B = 17.36%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.65

 K value IS 0.13

RGB Variations

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

Color information

#DF994F (or 0xDF994F) is known color: Porsche. HEX triplet: DF, 99 and 4F. RGB value is (223,153,79). Sum of RGB (Red+Green+Blue) = 223+153+79=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 153 (60.16% from 255 or 33.63% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF994F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF994F is #2066B0. Grayscale: #A5A5A5. Windows color (decimal): -2123441 or 5216735. OLE color: 5216735.

HSL color Cylindrical-coordinate representation of color #DF994F: hue angle of 30.83º 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 #DF994F is Cyan = 0, Magento = 0.31, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 79 -
CMYK 0 0.31 0.65 0.13
HSL 30.83º 0.69% 0.59% -
HSV(B) 30.83º 0.65% 0.87% -
XYZ 43.23 39.03 12.65 -
YUV 165.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 223 153 79 0 0.31 0.65 0.13 30.83 0.69 0.59
Hex DF 99 4F 0 1F 41 D 1F 45 3B
Octal 337 231 117 0 37 101 15 37 105 73
Binary 11011111 10011001 1001111 0 11111 1000001 1101 11111 1000101 111011

Color Harmonies of #DF994F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF994F

Black with #DF994F

Text Example


Text Example

White with #DF994F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF994F; }

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

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

background-color css

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

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

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

border-color css

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

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

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