Html Css Color HEX #DF974F Porsche

📋 copy color: '#DF974F'

red 223 ◦ green 151 ◦ blue 79

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

Shades of Porsche #DF974F

Tints of Porsche #DF974F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

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

R = 49.23%
G = 33.33%
B = 17.44%

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

#DF974F (or 0xDF974F) is known color: Porsche. HEX triplet: DF, 97 and 4F. RGB value is (223,151,79). Sum of RGB (Red+Green+Blue) = 223+151+79=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 79 (31.25% from 255 or 17.44% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF974F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF974F is #2068B0. Grayscale: #A4A4A4. Windows color (decimal): -2123953 or 5216223. OLE color: 5216223.

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

Color convert

RGB 223 151 79 -
CMYK 0 0.32 0.65 0.13
HSL 30º 0.69% 0.59% -
HSV(B) 30º 0.65% 0.87% -
XYZ 42.91 38.39 12.54 -
YUV 164.32 79.85 169.85 -
System Red Green Blue C M Y K H S L
Decimal 223 151 79 0 0.32 0.65 0.13 30 0.69 0.59
Hex DF 97 4F 0 20 41 D 1E 45 3B
Octal 337 227 117 0 40 101 15 36 105 73
Binary 11011111 10010111 1001111 0 100000 1000001 1101 11110 1000101 111011

Color Harmonies of #DF974F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF974F

Black with #DF974F

Text Example


Text Example

White with #DF974F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF974F; }

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

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

background-color css

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

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

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

border-color css

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

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

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