Html Css Color HEX #DF9C5D Porsche

📋 copy color: '#DF9C5D'

red 223 ◦ green 156 ◦ blue 93

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

Shades of Porsche #DF9C5D

Tints of Porsche #DF9C5D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 47.25%
G = 33.05%
B = 19.7%

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

#DF9C5D (or 0xDF9C5D) is known color: Porsche. HEX triplet: DF, 9C and 5D. RGB value is (223,156,93). Sum of RGB (Red+Green+Blue) = 223+156+93=472 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.25% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9C5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF9C5D is #2063A2. Grayscale: #A9A9A9. Windows color (decimal): -2122659 or 6135007. OLE color: 6135007.

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

Color convert

RGB 223 156 93 -
CMYK 0 0.30 0.58 0.13
HSL 29.08º 0.67% 0.62% -
HSV(B) 29.08º 0.58% 0.87% -
XYZ 44.3 40.26 15.79 -
YUV 168.85 85.2 166.62 -
System Red Green Blue C M Y K H S L
Decimal 223 156 93 0 0.30 0.58 0.13 29.08 0.67 0.62
Hex DF 9C 5D 0 1E 3A D 1D 43 3E
Octal 337 234 135 0 36 72 15 35 103 76
Binary 11011111 10011100 1011101 0 11110 111010 1101 11101 1000011 111110

Color Harmonies of #DF9C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9C5D

Black with #DF9C5D

Text Example


Text Example

White with #DF9C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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