Html Css Color HEX #DF9F61 Porsche

📋 copy color: '#DF9F61'

red 223 ◦ green 159 ◦ blue 97

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

Shades of Porsche #DF9F61

Tints of Porsche #DF9F61

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.19%

 BLUE value IS 97 (38.28% from 255) = 20.25%

R = 46.56%
G = 33.19%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9F61 (or 0xDF9F61) is known color: Porsche. HEX triplet: DF, 9F and 61. RGB value is (223,159,97). Sum of RGB (Red+Green+Blue) = 223+159+97=479 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.56% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 97 (38.28% from 255 or 20.25% from 479); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9F61 is #20609E. Grayscale: #ABABAB. Windows color (decimal): -2121887 or 6397919. OLE color: 6397919.

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

Color convert

RGB 223 159 97 -
CMYK 0 0.29 0.57 0.13
HSL 29.52º 0.66% 0.63% -
HSV(B) 29.52º 0.57% 0.87% -
XYZ 44.99 41.35 16.92 -
YUV 171.07 86.2 165.04 -
System Red Green Blue C M Y K H S L
Decimal 223 159 97 0 0.29 0.57 0.13 29.52 0.66 0.63
Hex DF 9F 61 0 1D 39 D 1E 42 3F
Octal 337 237 141 0 35 71 15 36 102 77
Binary 11011111 10011111 1100001 0 11101 111001 1101 11110 1000010 111111

Color Harmonies of #DF9F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9F61

Black with #DF9F61

Text Example


Text Example

White with #DF9F61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9F61; }

 p { color: rgb(223,159,97); }

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

background-color css

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

 a { background-color: rgb(223,159,97); }

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

border-color css

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

 span { border-color: rgb(223,159,97); }

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