Html Css Color HEX #DF975D Porsche

📋 copy color: '#DF975D'

red 223 ◦ green 151 ◦ blue 93

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

Shades of Porsche #DF975D

Tints of Porsche #DF975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 19.91%

R = 47.75%
G = 32.33%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF975D (or 0xDF975D) is known color: Porsche. HEX triplet: DF, 97 and 5D. RGB value is (223,151,93). Sum of RGB (Red+Green+Blue) = 223+151+93=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 93 (36.72% from 255 or 19.91% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF975D is #2068A2. Grayscale: #A6A6A6. Windows color (decimal): -2123939 or 6133727. OLE color: 6133727.

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

Color convert

RGB 223 151 93 -
CMYK 0 0.32 0.58 0.13
HSL 26.77º 0.67% 0.62% -
HSV(B) 26.77º 0.58% 0.87% -
XYZ 43.47 38.61 15.52 -
YUV 165.92 86.85 168.72 -
System Red Green Blue C M Y K H S L
Decimal 223 151 93 0 0.32 0.58 0.13 26.77 0.67 0.62
Hex DF 97 5D 0 20 3A D 1B 43 3E
Octal 337 227 135 0 40 72 15 33 103 76
Binary 11011111 10010111 1011101 0 100000 111010 1101 11011 1000011 111110

Color Harmonies of #DF975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF975D

Black with #DF975D

Text Example


Text Example

White with #DF975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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