Html Css Color HEX #DF9D5D Porsche

📋 copy color: '#DF9D5D'

red 223 ◦ green 157 ◦ blue 93

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

Shades of Porsche #DF9D5D

Tints of Porsche #DF9D5D

RGB

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

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

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

R = 47.15%
G = 33.19%
B = 19.66%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#DF9D5D (or 0xDF9D5D) is known color: Porsche. HEX triplet: DF, 9D and 5D. RGB value is (223,157,93). Sum of RGB (Red+Green+Blue) = 223+157+93=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9D5D is #2062A2. Grayscale: #A9A9A9. Windows color (decimal): -2122403 or 6135263. OLE color: 6135263.

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

Color convert

RGB 223 157 93 -
CMYK 0 0.30 0.58 0.13
HSL 29.54º 0.67% 0.62% -
HSV(B) 29.54º 0.58% 0.87% -
XYZ 44.46 40.59 15.85 -
YUV 169.44 84.87 166.2 -
System Red Green Blue C M Y K H S L
Decimal 223 157 93 0 0.30 0.58 0.13 29.54 0.67 0.62
Hex DF 9D 5D 0 1E 3A D 1E 43 3E
Octal 337 235 135 0 36 72 15 36 103 76
Binary 11011111 10011101 1011101 0 11110 111010 1101 11110 1000011 111110

Color Harmonies of #DF9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9D5D

Black with #DF9D5D

Text Example


Text Example

White with #DF9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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