Html Css Color HEX #DF9D60 Porsche

📋 copy color: '#DF9D60'

red 223 ◦ green 157 ◦ blue 96

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

Shades of Porsche #DF9D60

Tints of Porsche #DF9D60

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.98%

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

R = 46.85%
G = 32.98%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#DF9D60 (or 0xDF9D60) is known color: Porsche. HEX triplet: DF, 9D and 60. RGB value is (223,157,96). Sum of RGB (Red+Green+Blue) = 223+157+96=476 (63% of max value = 765). Red value is 223 (87.5% from 255 or 46.85% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 96 (37.89% from 255 or 20.17% from 476); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D60 is #20629F. Grayscale: #AAAAAA. Windows color (decimal): -2122400 or 6331871. OLE color: 6331871.

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

Color convert

RGB 223 157 96 -
CMYK 0 0.30 0.57 0.13
HSL 28.82º 0.66% 0.63% -
HSV(B) 28.82º 0.57% 0.87% -
XYZ 44.6 40.65 16.56 -
YUV 169.78 86.37 165.96 -
System Red Green Blue C M Y K H S L
Decimal 223 157 96 0 0.30 0.57 0.13 28.82 0.66 0.63
Hex DF 9D 60 0 1E 39 D 1D 42 3F
Octal 337 235 140 0 36 71 15 35 102 77
Binary 11011111 10011101 1100000 0 11110 111001 1101 11101 1000010 111111

Color Harmonies of #DF9D60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D60

Black with #DF9D60

Text Example


Text Example

White with #DF9D60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D60; }

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

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

background-color css

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

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

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

border-color css

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

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

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