Html Css Color HEX #DC9559 Porsche

📋 copy color: '#DC9559'

red 220 ◦ green 149 ◦ blue 89

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

Shades of Porsche #DC9559

Tints of Porsche #DC9559

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.53%

 BLUE value IS 89 (35.16% from 255) = 19.43%

R = 48.03%
G = 32.53%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9559 (or 0xDC9559) is known color: Porsche. HEX triplet: DC, 95 and 59. RGB value is (220,149,89). Sum of RGB (Red+Green+Blue) = 220+149+89=458 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.03% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 89 (35.16% from 255 or 19.43% from 458); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9559 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9559 is #236AA6. Grayscale: #A3A3A3. Windows color (decimal): -2321063 or 5871068. OLE color: 5871068.

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

Color convert

RGB 220 149 89 -
CMYK 0 0.32 0.60 0.14
HSL 27.48º 0.65% 0.61% -
HSV(B) 27.48º 0.6% 0.86% -
XYZ 42.07 37.43 14.46 -
YUV 163.39 86.02 168.38 -
System Red Green Blue C M Y K H S L
Decimal 220 149 89 0 0.32 0.60 0.14 27.48 0.65 0.61
Hex DC 95 59 0 20 3C E 1B 41 3D
Octal 334 225 131 0 40 74 16 33 101 75
Binary 11011100 10010101 1011001 0 100000 111100 1110 11011 1000001 111101

Color Harmonies of #DC9559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9559

Black with #DC9559

Text Example


Text Example

White with #DC9559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9559; }

 p { color: rgb(220,149,89); }

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

background-color css

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

 a { background-color: rgb(220,149,89); }

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

border-color css

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

 span { border-color: rgb(220,149,89); }

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