Html Css Color HEX #DF9560 Porsche

📋 copy color: '#DF9560'

red 223 ◦ green 149 ◦ blue 96

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

Shades of Porsche #DF9560

Tints of Porsche #DF9560

RGB

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

 GREEN value IS 149 (58.59% from 255) = 31.84%

 BLUE value IS 96 (37.89% from 255) = 20.51%

R = 47.65%
G = 31.84%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9560 (or 0xDF9560) is known color: Porsche. HEX triplet: DF, 95 and 60. RGB value is (223,149,96). Sum of RGB (Red+Green+Blue) = 223+149+96=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 96 (37.89% from 255 or 20.51% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9560 is #206A9F. Grayscale: #A5A5A5. Windows color (decimal): -2124448 or 6329823. OLE color: 6329823.

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

Color convert

RGB 223 149 96 -
CMYK 0 0.33 0.57 0.13
HSL 25.04º 0.66% 0.63% -
HSV(B) 25.04º 0.57% 0.87% -
XYZ 43.29 38.03 16.12 -
YUV 165.08 89.02 169.31 -
System Red Green Blue C M Y K H S L
Decimal 223 149 96 0 0.33 0.57 0.13 25.04 0.66 0.63
Hex DF 95 60 0 21 39 D 19 42 3F
Octal 337 225 140 0 41 71 15 31 102 77
Binary 11011111 10010101 1100000 0 100001 111001 1101 11001 1000010 111111

Color Harmonies of #DF9560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9560

Black with #DF9560

Text Example


Text Example

White with #DF9560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9560; }

 p { color: rgb(223,149,96); }

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

background-color css

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

 a { background-color: rgb(223,149,96); }

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

border-color css

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

 span { border-color: rgb(223,149,96); }

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