Html Css Color HEX #DC9F58 Porsche

📋 copy color: '#DC9F58'

red 220 ◦ green 159 ◦ blue 88

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

Shades of Porsche #DC9F58

Tints of Porsche #DC9F58

RGB

 RED value IS 220 (86.33% from 255) = 47.11%

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

 BLUE value IS 88 (34.77% from 255) = 18.84%

R = 47.11%
G = 34.05%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.6

 K value IS 0.14

RGB Variations

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

Color information

#DC9F58 (or 0xDC9F58) is known color: Porsche. HEX triplet: DC, 9F and 58. RGB value is (220,159,88). Sum of RGB (Red+Green+Blue) = 220+159+88=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 159 (62.5% from 255 or 34.05% from 467); Blue value is 88 (34.77% from 255 or 18.84% from 467); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F58 is #2360A7. Grayscale: #A9A9A9. Windows color (decimal): -2318504 or 5808092. OLE color: 5808092.

HSL color Cylindrical-coordinate representation of color #DC9F58: hue angle of 32.27º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DC9F58 is Cyan = 0, Magento = 0.28, Yellow = 0.6 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 88 -
CMYK 0 0.28 0.6 0.14
HSL 32.27º 0.65% 0.6% -
HSV(B) 32.27º 0.6% 0.86% -
XYZ 43.67 40.72 14.79 -
YUV 169.15 82.21 164.27 -
System Red Green Blue C M Y K H S L
Decimal 220 159 88 0 0.28 0.6 0.14 32.27 0.65 0.6
Hex DC 9F 58 0 1C 3C E 20 41 3C
Octal 334 237 130 0 34 74 16 40 101 74
Binary 11011100 10011111 1011000 0 11100 111100 1110 100000 1000001 111100

Color Harmonies of #DC9F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F58

Black with #DC9F58

Text Example


Text Example

White with #DC9F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F58; }

 p { color: rgb(220,159,88); }

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

background-color css

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

 a { background-color: rgb(220,159,88); }

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

border-color css

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

 span { border-color: rgb(220,159,88); }

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