Html Css Color HEX #DC9F59 Porsche

📋 copy color: '#DC9F59'

red 220 ◦ green 159 ◦ blue 89

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

Shades of Porsche #DC9F59

Tints of Porsche #DC9F59

RGB

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

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

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

R = 47.01%
G = 33.97%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9F59 (or 0xDC9F59) is known color: Porsche. HEX triplet: DC, 9F and 59. RGB value is (220,159,89). Sum of RGB (Red+Green+Blue) = 220+159+89=468 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.01% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 89 (35.16% from 255 or 19.02% from 468); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9F59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9F59 is #2360A6. Grayscale: #A9A9A9. Windows color (decimal): -2318503 or 5873628. OLE color: 5873628.

HSL color Cylindrical-coordinate representation of color #DC9F59: hue angle of 32.06º 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 #DC9F59 is Cyan = 0, Magento = 0.28, Yellow = 0.60 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 159 89 -
CMYK 0 0.28 0.60 0.14
HSL 32.06º 0.65% 0.61% -
HSV(B) 32.06º 0.6% 0.86% -
XYZ 43.72 40.73 15.01 -
YUV 169.26 82.71 164.19 -
System Red Green Blue C M Y K H S L
Decimal 220 159 89 0 0.28 0.60 0.14 32.06 0.65 0.61
Hex DC 9F 59 0 1C 3C E 20 41 3D
Octal 334 237 131 0 34 74 16 40 101 75
Binary 11011100 10011111 1011001 0 11100 111100 1110 100000 1000001 111101

Color Harmonies of #DC9F59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9F59

Black with #DC9F59

Text Example


Text Example

White with #DC9F59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9F59; }

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

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

background-color css

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

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

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

border-color css

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

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

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