Html Css Color HEX #DF975F Porsche

📋 copy color: '#DF975F'

red 223 ◦ green 151 ◦ blue 95

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

Shades of Porsche #DF975F

Tints of Porsche #DF975F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.26%

R = 47.55%
G = 32.2%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF975F (or 0xDF975F) is known color: Porsche. HEX triplet: DF, 97 and 5F. RGB value is (223,151,95). Sum of RGB (Red+Green+Blue) = 223+151+95=469 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.55% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 95 (37.5% from 255 or 20.26% from 469); Max value from RGB is 223 - color contains mainly: red. Hex color #DF975F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF975F is #2068A0. Grayscale: #A6A6A6. Windows color (decimal): -2123937 or 6264799. OLE color: 6264799.

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

Color convert

RGB 223 151 95 -
CMYK 0 0.32 0.57 0.13
HSL 26.25º 0.67% 0.62% -
HSV(B) 26.25º 0.57% 0.87% -
XYZ 43.56 38.65 15.99 -
YUV 166.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 223 151 95 0 0.32 0.57 0.13 26.25 0.67 0.62
Hex DF 97 5F 0 20 39 D 1A 43 3E
Octal 337 227 137 0 40 71 15 32 103 76
Binary 11011111 10010111 1011111 0 100000 111001 1101 11010 1000011 111110

Color Harmonies of #DF975F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF975F

Black with #DF975F

Text Example


Text Example

White with #DF975F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF975F; }

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

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

background-color css

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

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

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

border-color css

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

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

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