Html Css Color HEX #DC9C59 Porsche

📋 copy color: '#DC9C59'

red 220 ◦ green 156 ◦ blue 89

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

Shades of Porsche #DC9C59

Tints of Porsche #DC9C59

RGB

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

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

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

R = 47.31%
G = 33.55%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DC9C59 (or 0xDC9C59) is known color: Porsche. HEX triplet: DC, 9C and 59. RGB value is (220,156,89). Sum of RGB (Red+Green+Blue) = 220+156+89=465 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.31% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 89 (35.16% from 255 or 19.14% from 465); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9C59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC9C59 is #2363A6. Grayscale: #A7A7A7. Windows color (decimal): -2319271 or 5872860. OLE color: 5872860.

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

Color convert

RGB 220 156 89 -
CMYK 0 0.29 0.60 0.14
HSL 30.69º 0.65% 0.61% -
HSV(B) 30.69º 0.6% 0.86% -
XYZ 43.21 39.71 14.84 -
YUV 167.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 220 156 89 0 0.29 0.60 0.14 30.69 0.65 0.61
Hex DC 9C 59 0 1D 3C E 1F 41 3D
Octal 334 234 131 0 35 74 16 37 101 75
Binary 11011100 10011100 1011001 0 11101 111100 1110 11111 1000001 111101

Color Harmonies of #DC9C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC9C59

Black with #DC9C59

Text Example


Text Example

White with #DC9C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC9C59; }

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

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

background-color css

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

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

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

border-color css

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

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

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